Commandment Quote by Henry Spencer
““8th Commandment: "Thou shalt make thy program's purpose and structure clear to thy fellow man by using the One True Brace Style, even if thou likest it not, for thy creativity is better used in solving problems than in creating beautiful new impediments to understanding.””
About This Quote
Source Essay: Programming style guidelines, 1995
Advocates a clear, consistent coding style (One True Brace Style) to improve readability, even if it limits personal aesthetic preferences.
In simple terms: Use a single, clear coding style for better understanding.
Adopt a consistent style for teamwork.
Themes
Mood
Type
When to use this quote
- code reviews
- team projects
- open source contributions
Key Concepts
Questions to Reflect On
- Is strict style worth the trade‑off?
- How can teams balance consistency and creativity?
May stifle individual creativity or language idioms.