Skip to content

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!” quote by Jeff Atwood
Download Open image
““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!””

Jeff Atwood

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.

Key Takeaway

Test comprehensively.

Themes

software quality testing development practices

Mood

pragmatic critical

Type

technical advisory

When to use this quote

  • web development
  • continuous integration
  • debugging
  • team collaboration

Key Concepts

Software engineering risk management

Questions to Reflect On

  • What testing strategies could improve reliability?
  • How do you balance speed and thoroughness?
A Different Perspective

Over‑reliance on manual testing can miss edge cases.

2.4 out of 5 (4 ratings)

More by Jeff Atwood

Explore all 13 Jeff Atwood quotes

More Code quotes

Browse all 1,662 Code quotes