The Geek in Pink

Unit Testing

I can’t believe I’ve been coding for five years now, and this is only the first time I’ve gotten the hang of unit testing.

If you’re a programmer, you should be writing unit tests. Period. It’s part of the job. Coding and unit testing go hand and hand. Don’t leave it to testers to make sure your code works, or else how can you make sure that it works all the time?

Test-Driven Development finally makes so much sense.

And I love the feeling of accomplishment I get when my unit tests pass :D

I have to thank Pragmatic Unit Testing for opening my eyes to this new world of unit testing. If you’re like me, who had no idea how to unit test before, I suggest you read the book! :)

Tagging: , ,

Leave a reply