Code Quote by Jeff Atwood
““most developers don't test at all! They key in a few values at random and click a few buttons. If they don't get any unhandled exceptions, that code is ready for QA!””
About This Quote
Source Blog post: Coding Horror, 2009
Developers often skip thorough testing, assuming lack of crashes means code is ready.
In simple terms: Skipping tests is risky.
Test comprehensively.
Themes
Mood
Type
When to use this quote
- web development
- continuous integration
- debugging
- team collaboration
Key Concepts
Questions to Reflect On
- What testing strategies could improve reliability?
- How do you balance speed and thoroughness?
Over‑reliance on manual testing can miss edge cases.