How do i develop tenacity in order not to forget the codes I learn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do i develop tenacity in order not to forget the codes I learn?

6th Nov 2019, 7:24 AM
Eric Ofori Tetteh
Eric Ofori Tetteh - avatar
8 Answers
+ 8
Eric Ofori Tetteh Kwabena It's less about remembering codes you write and more about developing your intuition for logical thinking and learning the language syntax well enough to express that logic flow in imperative statements. It's that last part that most learners get stuck on for a while. Imperative statements are about controlling the flow of logic, based on inputs or event triggers. Logic flow involves boolean conditions, loops, functions receiving inputs and returning outputs or just doing some action. While it feels like an insane amount to learn, the concepts progressively build on themselves. So... you just need to commit to learning some basics, practice on those basics until they feel natural. Then move onto the next thing. Before you know it, your rate of learning is accelerating and you're picking up new concepts faster than you can imagine at the moment. Again, don't worry about memorizing the code you write. Focus on developing your intuition for the logic flow.
6th Nov 2019, 9:08 AM
David Carroll
David Carroll - avatar
+ 8
Also, here is a good article to address many of your beginner challenges: https://blog.usejournal.com/10-signs-you-will-suck-at-programming-5497a6a52c5c
6th Nov 2019, 9:09 AM
David Carroll
David Carroll - avatar
+ 3
Damn, David Carroll, literally *every* sololearner should read that article!
6th Nov 2019, 9:35 AM
HonFu
HonFu - avatar
+ 1
By being prolific ,you build more muscle memory
6th Nov 2019, 7:40 AM
yp.oinot@
+ 1
I see
6th Nov 2019, 7:43 AM
Eric Ofori Tetteh
Eric Ofori Tetteh - avatar
+ 1
Coding is about developing an intuitive approach to solving problems - it allows you to break problems up into very small steps. Not every problem will have the same steps though, so don't stress about learning things off by heart.
7th Nov 2019, 4:19 PM
Chadd Robertson
Chadd Robertson - avatar
0
Write the same codes everyday.
6th Nov 2019, 7:51 AM
Calviղ
Calviղ - avatar
0
Practice. And save your projects for the future, it cant be helped that we forget things, but it's good as long we know where we can remember them
8th Nov 2019, 4:54 AM
Abdiaziz Ahmed
Abdiaziz Ahmed - avatar