Code Quote by Joel Spolsky
“Writing code is not production, it's not always craftsmanship though it can be, it's design.”
About This Quote
Source Interview: Joel on Software, 2000
Writing code is not merely production; it can be craftsmanship and design, but not always.
In simple terms: Code can be functional, artistic, or both, but not necessarily.
Balance function and form in software.
Themes
Mood
Type
When to use this quote
- building a new app
- refactoring legacy code
- teaching programming
- design reviews
Key Concepts
Questions to Reflect On
- When should you prioritize speed over elegance?
- How does design impact maintainability?
Not all code needs to be elegant; sometimes speed matters more.