0
Best programming tips
Hi! What are, according to you, best habits to become a good programmer? Please, tell us more about your experience and how to improve your programming skills.
2 Respostas
+ 4
Practice writing code
As this uses what you learn and tests yoursef on your skills.
Also finding a problem in your code and fixing it yourself.
+ 1
1. Indent
2. Comment
3. Use search engines for questions first
4. When in someone else's code base, read and understand the code first, before making changes.
I hope this helps! ☺