+ 1
which problem is the major problem that 90% of the beginners in programming face.
many peoples want to be a professional programmer. during the journey of his programming career he/she faces some problems. In your opinion which is the major problem that they face and why.
3 Answers
+ 3
iâm personaly struggling to memorise all the information and another problem im facing as a new born programmer is knowing what coding language im reading
+ 2
Syntax Errors. Whenever I hit run, over and over. :D That got a bit better over time.
I had and still have trouble figuring out how to write algorithms correctly. Even if I have the right idea, sometimes I try and try eternally for a few lines of working code.
Then there is stuff in every language that is not so obvious for a beginner, like how certain datatypes behave... your code may run, but act strangely. And then you search and search...