DEV Community

Imran Hossain (Rubab)
Imran Hossain (Rubab)

Posted on

5 Tips to Become a Better Software Developer.

  1. Write clean codes.
  2. Write maintainable and scalable code.
  3. Don't use magic numbers in your code.
  4. Write test codes for testing functionalities of you project.
  5. See other's code on regular basis. Talk to your peers about techniques/ technologies they use to solve a particular problem.

Top comments (0)