How to remember and understand codes | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 20

How to remember and understand codes

Give some tips about coding

2nd Dec 2017, 11:40 AM
R💠🇮🇳
R💠🇮🇳 - avatar
5 Answers
+ 27
Here are my tips for you to understand and remember code. 📌 Breakdown complicated stuff into small segments. Step by step learn what those segments do. Then you should see how they effect each other. 📌 Use comments for your learning. It's a good practice to make comments in your code. Don't be lazy and write explanations on what the particular piece of code does. If you can write a full sentence on every code block you will get better as a developer. I hope this was helpful 📖
16th Mar 2019, 1:00 PM
🇺🇦 Vitya 🇺🇦
🇺🇦 Vitya 🇺🇦 - avatar
+ 11
Thanks@Albert
2nd Dec 2017, 12:07 PM
R💠🇮🇳
R💠🇮🇳 - avatar
+ 10
select some important tips or any important things that u may it help u write them on a chart paper or paste it on a wall nearby ur bed may helps u 😁
29th Jul 2020, 5:13 PM
ÃKR
ÃKR - avatar
+ 4
It helps a lot if you find something that makes you happy. Create some kind of a project, the completion will statisfy you so much, that you will keep going. In generell it's about repetition I think. And also try to focus on not too many languages at the same time.
2nd Dec 2017, 12:01 PM
Albert Kunz
Albert Kunz - avatar
+ 1
Add as much notes and comments to your code.
2nd Dec 2017, 12:10 PM
Amir Galanty
Amir Galanty - avatar