- Avoid global code
- Write useful comments
- Use meaningful structures
- Use meaningful names
- Use automated build tools
- Refactor
Printable View
- Avoid global code
- Write useful comments
- Use meaningful structures
- Use meaningful names
- Use automated build tools
- Refactor
Clear code is readable and easier to understand. Less time is spent trying to figure out how the pieces of code fit together, making it much easier to maintain the code and solve problems.