“Twelve Benefits of Writing Unit Tests First”
I ran across this post today. It’s more than a year old, but it’s still quite valid. I discovered the joys of unit tests a couple years ago, when I was developing an internal library of C++ classes and functions. Every time I made a change, I would run the test code for the library …
Continue reading ‘“Twelve Benefits of Writing Unit Tests First”’ »