+ 5
What is the most common mistake you make?
What is the most common mistake you make when first writing your code? Is it something simple, like forgetting a ; or is it more often a logical error? I would like to know what the most common mistake of other people is. Mine is probably forgetting a ; or forgetting to close a method.
3 Réponses
+ 6
For me, it's writing out conditions like x > 7 or something. The number of loops I'm expecting is either one too high or too low for what I want, because I don't pay attention. ^_^;
Also, trying to line up console text neatly. I'm usually off with that, too.
+ 3
Yes, I was saying before you compile and have a bunch of errors or warnings thrown at you :)