DEV Community

Discussion on: What helps build developer confidence?

Collapse
 
jwp profile image
John Peters • Edited

I once worked for a major computer manufacturer at the operating system layer. They wanted me to code up support for file saves that had three letter extensions. I did the work and eventually the change went to world-wide distribution. A week later, the bug came back that any files without the extensions wouldn't save. Ouch...

My resolve was to read every book in their library on testing. Since then, I use testing to prove each check in. Full confidence in hand.