What is the most common mistake you make? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

23rd Jan 2017, 8:27 PM
J.G.
J.G. - avatar
2 Answers
+ 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.
23rd Jan 2017, 9:03 PM
Tamra
Tamra - avatar
+ 3
Yes, I was saying before you compile and have a bunch of errors or warnings thrown at you :)
23rd Jan 2017, 11:58 PM
J.G.
J.G. - avatar