Common Programming Mistakes ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

Common Programming Mistakes ?

17th Mar 2017, 1:36 PM
Amar Dahake
13 Answers
+ 20
missing semicolon
17th Mar 2017, 1:53 PM
Agus Mei
Agus Mei - avatar
+ 11
writing "=" in place of "==" in conditional operations
27th May 2017, 3:02 AM
Ismail Shaikh
Ismail Shaikh - avatar
+ 11
lack of practice
27th May 2017, 4:43 AM
Ismail Shaikh
Ismail Shaikh - avatar
+ 8
using uninitiated variable
17th Mar 2017, 2:37 PM
Amar Dahake
+ 8
Forgetting the precedence of operators
17th Mar 2017, 2:59 PM
Amar Dahake
+ 5
Realising you're trying to use one language syntax while programming in a different language
17th Mar 2017, 6:02 PM
Shane
+ 4
Lack of Knowledge and Lack of Concentration.
4th Apr 2017, 6:24 PM
Nrishinghananda Roy
Nrishinghananda Roy - avatar
+ 3
mugging up the code. You need to understand the flow
17th Mar 2017, 2:52 PM
Ashwin Arya
Ashwin Arya - avatar
+ 3
if any programmer is at the beginning stage and working in different language like c#, vb.net and visual basic , they may mostly make mistakes in syntax ... I usually do it...
17th Mar 2017, 5:42 PM
Sabareeshwari
Sabareeshwari - avatar
+ 3
Vague understanding of what are you going to accomplish with your code
26th Mar 2017, 3:57 PM
Val Num
Val Num - avatar
+ 2
yes by mistake I'll do.. then I realize that..
17th Mar 2017, 6:04 PM
Sabareeshwari
Sabareeshwari - avatar
+ 2
null pointer exception
17th Mar 2017, 7:32 PM
ahmed khattab
ahmed khattab - avatar
+ 2
Straight away jumpjng to implementation part without designing your code.
14th Dec 2017, 2:25 PM
Kalpesh Jain