The Value of Unit Testing

This isn’t so much an article as it is a rant, but it talks about an important issue, unit testing.  Many times my automated unit tests have bailed me out when I wen to make a “little change that won’t affect anything” only to find a bunch of tests fail from an unexpected side affect.  It’s unfortunate that more developers won’t spend the time to develop unit tests, as it really does save time, frustration, and embarrassment in the future.

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>