Quotessence
Home / Quotes / Quote by Steve McConnell

Quote by Steve McConnell

“Testing by itself does not improve software quality. Test results are an indicator of quality, but in and of themselves, they don't improve it. Trying to improve software quality by increasing the amount of testing is like trying to lose weight by weighing yourself more often. What you eat before you step onto the scale determines how much you will weigh, and the software development techniques you use determine how many errors testing will find. If you want to lose weight, don't buy a new scale; change your diet. If you want to improve your software, don't test more; develop better.”

Quote by Steve McConnell

Work

Code Complete

This book delves into the essential practices and principles of software development, offering insights and advice for programmers at all levels. more

Author

Steve McConnell
Steve McConnell

Steve McConnell is a renowned software engineering author. His works, 'Code Complete' and 'Software Craftsmanship', have had a profound impact on the software industry. McConnell has extensive experience in software engineering and has held key roles in multiple large projects. more

You May Also Like

“Ugly programs are like ugly suspension bridges: they're much more liable to collapse than pretty ones, because the way humans (especially engineer-humans) perceive beauty is intimately related to our ability to process and understand complexity. A language that makes it hard to write elegant code makes it hard to write good code.”