DEV Community

Discussion on: 3 Tips to enhance your programming capabilities as a beginner and come up as a superhero!

Collapse
 
aurelmegn profile image
Aurel

before those advices, I'll suggest:

  • good variable naming
  • write good comment / write good commit message
  • use TDD (Test driven development) even on not so large project, you don't know where the project become large
  • ask why this issue is fixed by this solution
  • and last but not least rule: RTFM (Read the f** manual)
Collapse
 
justaashir profile image
Aashir Khan

You are right, but these things are so common(you mentioned), and I wanted to share something unique. But you added the value to the post 😉.
Thanks