+ 4

What are some of the most common errors we as a programmer make while coding?

20th Mar 2017, 9:15 PM
Ashutosh Kumar
Ashutosh Kumar - avatar
4 odpowiedzi
+ 21
Syntax errors : missing semicolon, mismatched braces, invalid variable names, mismatched data types etc. Logical errors : unlimited. It's like counting stars 🌟 😂
20th Mar 2017, 9:21 PM
Shamima Yasmin
Shamima Yasmin - avatar
+ 1
Null Pointer exception is called nightmare of programmer's. It's very hard to detect. You could end up wasting lots of time to solve NPE.
21st Mar 2017, 3:50 AM
Bhabesh Gogoi
Bhabesh Gogoi - avatar
+ 1
semicolons 💩
21st Mar 2017, 4:16 AM
steven
+ 1
Null Point Exception??
21st Mar 2017, 12:07 PM
Sandile Nene
Sandile Nene - avatar