What are your best practices not to forget these codes? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What are your best practices not to forget these codes?

I read and study HTML codes in my spare time. I just tend to forget some codes when I became busy with other things :( And when I get challenges with questions that I just read recently, I cant recall it myself :( any suggestion?

14th Apr 2017, 3:46 AM
Ash
Ash - avatar
5 Answers
+ 15
Be active learner, not just read but also write the code yourself. Be patient when writing code to implement new information, learn it until you are fully understand. Because we tend to forget what we don't really understand.
14th Apr 2017, 3:52 AM
Agus Mei
Agus Mei - avatar
+ 9
I either type or write down notes on what I read. When actually studying, I write my own pseudo code or example codes and comments explaining what they do.
14th Apr 2017, 3:49 AM
SoraKatadzuma
SoraKatadzuma - avatar
+ 8
Most important part is practise, i spend a whole more time studying codes and practising writing them than just learning page to page , this helps with having a strong footing with the topic you are learning.
14th Apr 2017, 4:50 AM
Eniola Anthony
Eniola Anthony - avatar
+ 3
When I'm learning a new coding language, I always find it really helpful to make an example project and try to use everything in that project as soon as I learn it. This really helps me remember what everything does and when to use it a lot better than just reading as I go. If you want to use this project then it makes it even more helpful because it will motivate you to keep working on it and you will constantly revisit old topics as well as new ones.
14th Apr 2017, 3:56 AM
Roy Stewart
Roy Stewart - avatar
+ 2
Thanks guys for your feedbacks. I'll take note of it :)
14th Apr 2017, 4:12 AM
Ash
Ash - avatar