Code Quote by Dave Thomas
“All programming is maintenance programming, because you are rarely writing original code.”
About This Quote
Source Book: The Pragmatic Programmer by Dave Thomas and Andy Hunt, 1999
Programming work is mostly about maintaining existing code rather than creating brand‑new code.
In simple terms: Most coding involves upkeep, not fresh creation.
Focus on maintainability and refactoring.
Themes
Mood
Type
When to use this quote
- working on legacy systems
- bug fixing
- refactoring projects
Key Concepts
Questions to Reflect On
- How can you balance maintenance with innovation?
- What practices reduce technical debt?
Maintenance can stifle innovation if over‑emphasized.