Learning the importance of test suites

December 23rd 2009

I changed the name of a column in my database, but the old column name was still being referenced in a view, and I pushed this into my production environment, thus learning the importance of a test suite.

I’ve also come to understand that testing doesn’t mean you have to change the way you write code, but you should at least write tests so you can automatically know when something is broken.

blog comments powered by Disqus