Anyone else forgets coding statements ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Anyone else forgets coding statements ??

Guys when I finish a course I always think about coding a program that almost sums up all what I have learned but sometimes I forget codes statements or I forgot there is a colon after a statement. So is that normal or if it isn't how could I dont forget these things because they are all stupid mistakes.

5th Jun 2017, 5:25 PM
Nour Aly Mostafa
1 Answer
+ 4
If your only knowledge comes from the course and you haven't actually spent time coding on your own, it's pretty difficult to remember everything. Coding is 90% practice. You just need to code, until it becomes second nature. Of course, you don't meed to remember each semicolon (you should know when to use them. but in practice code won't be perfect). You should be using an IDE that has linting, which checks your code for style errors and typos based on the language.
5th Jun 2017, 10:40 PM
Taija
Taija - avatar