Programming Quote by Steve McConnell
““developers insert an average of 1 to 3 defects per hour into their designs and 5 to 8 defects per hour into code””
About This Quote
Source Book: Code Complete, 2nd Edition, Steve McConnell, 2004
Developers unintentionally introduce several defects per hour in design and code, highlighting the need for rigorous quality practices.
In simple terms: Defects are common in software creation.
Implement systematic review and testing.
Themes
Mood
Type
When to use this quote
- code reviews
- automated testing
- pair programming
- design audits
Key Concepts
Questions to Reflect On
- How can teams reduce defect rates effectively?
- What tools help catch design flaws early?
Even with best practices, some defects persist.