+ 1
What are the best ways to learn and retain coding practices?
I am new to the coding community and beginning to learn.
3 Respostas
+ 13
1.learn the any one language syntax, understand problem statement and bring out a logic, implement the logic using the syntax.
2.repeat step 1 till end of life
+ 7
Practice. Mess around with all the 'try it yourself' examples in the code playground. Check out YouTube videos on what you're learning. Help others.
+ 4
- learn by reading about it.
- practice
- work in team and contribute to larger projects.as this is where best practice benefits are most obvious.