Top 3 Worst Error Messages By Programming Languages | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 19

Top 3 Worst Error Messages By Programming Languages

1-Assembly : Just Tells That There Is A Wrong Syntax But Doesn't Tell You Where And Let's Complete Building The Program 2-Web Console(HTML, JS, CSS): Just Tells You There Is An Unexpected Syntax Error And Tells You The Line 3-C++: It's Good But Not Enough

27th Jan 2018, 4:27 PM
warlord
warlord - avatar
22 Answers
+ 16
Worst Ones assembly just tells a one error for all of the mistakes in the language just a syntax error
28th Jan 2018, 1:54 AM
warlord
warlord - avatar
+ 15
@Mark 😂😂😂😂 Sounds Like Console : I Will Find You And I Will Kill You
28th Jan 2018, 12:06 PM
warlord
warlord - avatar
+ 14
@Mazen Lol Assembly Requires almost 15 lines of system and address calls to print "Hello World"
27th Jan 2018, 11:59 PM
warlord
warlord - avatar
+ 14
JS - "this is undefined." 🤣 Go figure... 🤣
28th Jan 2018, 3:01 PM
Nikolay Nachev
Nikolay Nachev - avatar
+ 13
@~ swim ~ Thought You Were Talking About The Best Ones The Problem With CPP That It Must Tells You cpp file error excepected ; before
28th Jan 2018, 1:19 AM
warlord
warlord - avatar
+ 13
@~ swim ~ yep
28th Jan 2018, 1:52 AM
warlord
warlord - avatar
+ 13
@Nikolay 😂😂😂😂😂😂😂😂 An Easy Language With A Stupid Error Message
28th Jan 2018, 4:20 PM
warlord
warlord - avatar
+ 12
But The Top 2 Best Error Messages Are By : 1-Python Tells Exactly What Is The Mistake That You Made 2-Java Explains A Console Error Message With An Understandable Message For The User
28th Jan 2018, 12:01 AM
warlord
warlord - avatar
+ 12
@~ swim ~ C++ Can't Beat Python In Showing A Very Clear Error Message For The User
28th Jan 2018, 12:54 AM
warlord
warlord - avatar
+ 12
Python Even Shows you The Working Class Or Function And What Is The Type Of It And Which Line And Path
28th Jan 2018, 1:21 AM
warlord
warlord - avatar
+ 11
python Traceback most recent calls/last file/playground/script.py line 5 if not True ^ SyntaxError: Invalid Syntax
28th Jan 2018, 1:20 AM
warlord
warlord - avatar
+ 10
😁😁
27th Jan 2018, 4:29 PM
Jaydeep Khatri
Jaydeep Khatri - avatar
+ 10
OMG @Nikolay, I hope and pray I will never see that spooky message, like ever... : )
28th Jan 2018, 3:20 PM
Ipang
+ 9
just miss a (;) in CPP, and run the compiler.😂😂
27th Jan 2018, 11:32 PM
Mazin Ayash
Mazin Ayash - avatar
+ 8
@warlord, I'm nominating PHP on the worst error message list, I mean, who can figure out what this error means: T_PAAMAYIM_NEKUDOTAYIM, and it rarely give you line number either, so I guess it should have a spot on the list : )
28th Jan 2018, 5:53 AM
Ipang
+ 7
@David, Thank you for the reference, I didn't know the story behind it though, yet I guess the PHP developers could've come up with something more descriptive than that funny symbol, seriously it would help lots of people trying to use PHP : )
29th Jan 2018, 5:52 AM
Ipang
+ 6
Headache errors in C++: List iterator was not dereferenceable THIS was 0xDDDDDDD THIS was 0xCCCCCCC Write access violation Read access violation More of... that.
28th Jan 2018, 2:48 AM
Jacob Pembleton
Jacob Pembleton - avatar
+ 5
@Ipang... Your reference to the PHP token name translated to "double colon" from Hebrew reminded me of this excellent post about it. https://philsturgeon.uk/php/2013/09/09/t-paamayim-nekudotayim-v-sanity/ The story of this token name is absolutely insane. The article is well written and pretty funny.
29th Jan 2018, 5:44 AM
David Carroll
David Carroll - avatar
+ 3
hey man it's so easy just divide by zero
28th Jan 2018, 11:32 AM
Mark
+ 3
I've made a switch statement recently, but I couldn't run the programme, cuz "impossible to jump to case 5" Also, I couldn't fix that so I left the code... (C++)
6th Mar 2018, 5:55 AM
Suzi Deptage
Suzi Deptage - avatar