Great ones Quote by Eric S. Raymond
“Good programmers know what to write. Great ones know what to rewrite (and reuse)”
About This Quote
Source Interview: The Cathedral and the Bazaar, 1999, null
Effective programmers focus on writing code; superior ones prioritize refactoring and reusing existing solutions.
In simple terms: Good coders write; great coders rewrite and reuse.
Prioritize refactoring and reuse.
Themes
Mood
Type
When to use this quote
- project maintenance
- team collaboration
- legacy code management
Key Concepts
Questions to Reflect On
- When should you rewrite versus reuse?
- How does reuse impact software quality?
May underestimate the value of original creation.