I'm Very Beginner to coding. Most challenging thing which i have in it is that i'm unable to remember the codes. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I'm Very Beginner to coding. Most challenging thing which i have in it is that i'm unable to remember the codes.

Please guide me how you all keep it remember?

13th Jan 2019, 1:01 PM
Adarsh Prakash
Adarsh Prakash - avatar
5 Answers
+ 5
First: Understand! Second: Repetition! To prevent forgetting, repeat a topic after 1 day, 2 days later, 4 days later, 8 days later... and so on. Preferably you repeat by writing some code with it, everytime something else.
13th Jan 2019, 1:08 PM
HonFu
HonFu - avatar
+ 2
Practice makes perfect, and only by using the said language you will remember, if you go a long time without using a certain language you can forget some things but if the basics of programming in general stick, there's always google. No employer or hobbyist will look down upon you for looking something up. What also helps is using language which have similar structure / syntax for example Java and C# are "quite" similar. hope this helps
13th Jan 2019, 1:10 PM
Joery De Loose
Joery De Loose - avatar
+ 1
Don't worry these things is very common for new learners soon by the time you'll be able to understand deeper and memorize more, to be a coder you have to be patient as much as you can, and make sure to review your lessons in an organized way.
13th Jan 2019, 2:36 PM
nouha coding girl
nouha coding girl - avatar
0
Before studying any subject, it is good to know about its system of symbols and conventions. in programming, we have psudo code and flow charts. these tools are valuable because they are applicable to all propramming languages. flow charts help you to understand the structure of your program, whereas psudocode helps you to reason about the details. These features improves learning and so should be used in your notes. HonFu also mentions using spaced repetiton which is also an effective way to learn.
13th Jan 2019, 8:20 PM
Logomonic Learning
Logomonic Learning - avatar