Circumstances Quote by Linus Torvalds
“Excusing bad programming is a shooting offence, no matter what the circumstances.”
About This Quote
Source Speech: Linux Kernel Development Conference, 2005
Excusing poor code is unacceptable regardless of context; responsibility for quality remains essential.
In simple terms: Bad code excuses are never okay.
Hold yourself accountable for code quality.
Themes
Mood
Type
When to use this quote
- code reviews
- project planning
- team meetings
- bug triage
Key Concepts
Questions to Reflect On
- What excuses have you encountered for bad code?
- How can teams prevent such excuses?
Complex constraints sometimes force shortcuts, but they must be acknowledged.