+ 20
How to remember and understand codes
Give some tips about coding
5 Respuestas
+ 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 📖
+ 11
Thanks@Albert
+ 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 😁
+ 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.
+ 1
Add as much notes and comments to your code.