I've been working on improving my code quality lately. What are your top tips for writing clean, maintainable code?
Here are mine:
1. Keep functions small - One responsibility per function
2. Use meaningful variable names
3. Write comments for
What would you add to this list?
Here are mine:
1. Keep functions small - One responsibility per function
2. Use meaningful variable names
3. Write comments for
why, not whatWhat would you add to this list?