+ 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?
5 Antworten
+ 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.
+ 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
+ 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.
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.