Art Quote by Erik Naggum
“Just getting something to work usually means writing reams of code fast, like a Stephen King novel, but making it maintainable and high-quality code that really expresses the ideas well, is like writing poetry. Art is taking away.”
About This Quote
Source Interview: Blog post by Erik Naggum, 2005
Rapid prototyping yields functional code quickly, but crafting clean, expressive, maintainable software is an artistic, poetic effort.
In simple terms: Fast code is easy; elegant code is art.
Prioritize readability and design.
Themes
Mood
Type
When to use this quote
- startup hackathon
- product development
- open source contributions
- team code reviews
Key Concepts
Questions to Reflect On
- How can you balance speed and elegance?
- What practices keep code poetic?
Speed can sacrifice long‑term maintainability.