Consistent Quote by Andrew Plotkin
“If C++ has taught me one thing, it's this: Just because the system is consistent doesn't mean it's not the work of Satan.”
About This Quote
Source Interview: Game Development Talk, 2018
Consistent systems can still hide hidden, harmful complexities, akin to a deceptive design.
In simple terms: Consistency doesn’t guarantee safety.
Question assumptions about system reliability.
Themes
Mood
Type
When to use this quote
- programming
- system architecture
- risk assessment
Key Concepts
Questions to Reflect On
- Do you trust system consistency blindly?
- How can you detect hidden issues?
Complexity may be unavoidable in large codebases.