Write down your common mistakes when coding as a beginner | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 7

Write down your common mistakes when coding as a beginner

A post for us beginners to vent out about our "stupid mistakes". We code and run our little creation with that exciting and proudful anticipation and then : "compilation error" or THAT TEXT that seems like a confusing jibberish accusation we realise that : ok my code is a simple addition and i get that much errors and i want to be a developper!

14th Apr 2017, 3:48 PM
MGlossCode
MGlossCode - avatar
9 Respuestas
+ 33
;
14th Apr 2017, 3:52 PM
Frost
Frost - avatar
+ 18
I always used to forget semicolon after statements in jAVA.
7th May 2017, 10:51 AM
Biraj Patel
+ 17
silly mistakes- not defining type for the variables using cout cin in java println in CPP
7th May 2017, 1:13 PM
Prudhvi Raaj
Prudhvi Raaj - avatar
+ 9
Typical beginner mistake when you want to reinvent the wheel. When you decide to write your own database, XML parser or similar. When you think you are better than others and you can create a better library​ than the ones which are used and tested in many other projects.
14th Apr 2017, 3:54 PM
Tamás Barta
Tamás Barta - avatar
+ 8
lol this must be to justify your mistakes 😄😂
14th Apr 2017, 3:59 PM
Theprogrammers
Theprogrammers - avatar
+ 6
forgetting to write "==" when testing an equality condition; instead i write "=" and wonder why i get a compilation error with no further explanation... as if the compiler is fed up already -_-' lol
14th Apr 2017, 3:51 PM
MGlossCode
MGlossCode - avatar
+ 6
not reading the compiler's info that give the line of the error and looking for a missing ";" or "(" or " "" " everywhere lol
14th Apr 2017, 3:58 PM
MGlossCode
MGlossCode - avatar
+ 6
mixing up languages with the different versions of "if" and "for loop"
14th Apr 2017, 4:11 PM
MGlossCode
MGlossCode - avatar
+ 6
wanting to write : void main() in c++
14th Apr 2017, 4:13 PM
MGlossCode
MGlossCode - avatar