Errors Quote by Ellen Ullman
“To be a programmer is to develop a carefully managed relationship with error. There's no getting around it. You either make your accomodations with failure, or the work will become intolerable.”
About This Quote
Source Essay: The Art of Programming, 2005
Programmers must accept and manage errors; ignoring them leads to intolerable work.
In simple terms: Accept and work with mistakes.
Build error‑tolerant habits.
Themes
Mood
Type
When to use this quote
- software development
- team collaboration
- learning from failure
Key Concepts
Questions to Reflect On
- How do you balance error acceptance with quality?
- When is it okay to ignore minor bugs?
Over‑reliance on error tolerance can reduce rigor.