Programming principles that work in real life - Use consistent standards
Summary
- It is a good habit to be consistent in your coding standards
Details
- This may include a naming convention, indents, line length. They are designed to make the code easier to be read and understood by humans (Programming principles that work in real life - Code for humans).
References
Related
- Programming principles that work in real life - Keep it simple
- Programming principles that work in real life - Use principles instead of rules
- Programming principles that work in real life - Dont be emotionally attached to your code
- Programming principles that work in real life - Code for humans
- Programming principles that work in real life - Communicate well
- Programming principles that work in real life - Slow down to speed up
- Working with a master elevates our standards
- Consistency always beats sporadicness - James Clear
- Principles for work