As somebody new with coding (learning for less than 6 months), how should one split learning up logically to avoid getting caugh | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

As somebody new with coding (learning for less than 6 months), how should one split learning up logically to avoid getting caugh

As I have been learning to program, I have been facing an issue where there is so much to learn that it feels as if I can't keep up with it all. I would like to take a bite-sized approach on learning what I need to be successful. Any advice?

13th Nov 2018, 5:54 PM
Caleb
2 Answers
+ 16
Personally, I'd pick a single long term goal (mine's Kotlin Android tool development) and take steps towards it. You should become fully knowledgable about your selected language (know every syntax and library feature.) You don't need to use it all, just enough that you think you could. The most important thing is knowing everything that exists so you can make use of it when you do need it. Read existing codes to figure out how they do what they do. This will expand your design methods making future tasks easier as you know multiple ways to attack the problem.
13th Nov 2018, 7:12 PM
John Wells
John Wells - avatar
+ 3
Lego blocks is a favorite toy of my kids. Learning is like playing Lego. Start with easy algorithms and do variations with it. Then increase the number of functions doing s bit more complex functionality. Make learning fun!!
15th Nov 2018, 8:20 AM
Da2
Da2 - avatar