"Testing proves a programmer’s failure. Debugging is the programmer’s vindication."
More Debugging Quotes
- I do as much debugging as possible on the Mac, but I occasionally must debug problems in the PC world,… — Robert Patterson
- If debugging is the process of removing software bugs, then programming must be the process of putting them in. — Edsger Dijkstra
- As soon as we started programming, we found to our surprise that it wasn't as easy to get programs right… — Maurice Wilkes
- Rushing to optimize before the bottlenecks are known may be the only error to have ruined more designs than feature… — Eric S. Raymond
- Building technical systems involves a lot of hard work and specialized knowledge: languages and protocols, coding and debugging, testing and… — Jesse James Garrett
- Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as… — Brian Kernighan