Home / Digitec Coding Practices / Global Coding Standards
Global Coding Standards
This document will house the values that you as a programmer should try to adopt when crafting your code.
Smells and Heuristics
- Introduction
- Comments
- Environment
- Functions
- General
- Names
- Tests
- Conclusion
This excerpt comes from the book Clean Code: A Handbook of Agile Software Craftsmanship by Robert C. Martin, chapter 17.