Programming Quote by Kent Beck
““Don't make more versions of your source code. Rather than add more code bases, fix the underlying design problem that is preventing you from running from a single code base.””
About This Quote
Source Book: Extreme Programming Explained, 1999
Focus on fixing core design flaws instead of proliferating codebases to maintain a single, clean source.
In simple terms: Fix design, not add code.
Prioritize architectural integrity.
Themes
Mood
Type
When to use this quote
- project kickoff
- code reviews
- system architecture
- maintenance planning
Key Concepts
Questions to Reflect On
- What design principle is most neglected?
- How can teams enforce single‑source discipline?
Legacy systems may resist redesign.