Done Quote by Linus Torvalds
“I am pragmatic. That which works, works, and theory can go screw itself. However, my pragmatism also extends to maintainability, which is why I also want it done well.”
About This Quote
Source Interview: 2005 Linux Kernel Development Talk
Prioritizing practical solutions while ensuring code quality and maintainability.
In simple terms: Practical work must also be well‑done.
Balance usefulness with clean design.
Themes
Mood
Type
When to use this quote
- building features
- refactoring legacy code
- team code reviews
Key Concepts
Questions to Reflect On
- How do you decide when to prioritize speed over elegance?
- What standards ensure long‑term maintainability?
Neglecting theory can lead to hidden bugs later.