+ 11
Common Programming Mistakes ?
13 Respuestas
+ 20
missing semicolon
+ 11
writing "=" in place of "==" in conditional operations
+ 11
lack of practice
+ 8
using uninitiated variable
+ 8
Forgetting the precedence of operators
+ 5
Realising you're trying to use one language syntax while programming in a different language
+ 4
Lack of Knowledge and Lack of Concentration.
+ 3
mugging up the code. You need to understand the flow
+ 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...
+ 3
Vague understanding of what are you going to accomplish with your code
+ 2
yes by mistake I'll do.. then I realize that..
+ 2
null pointer exception
+ 2
Straight away jumpjng to implementation part without designing your code.