“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”’ »

Don’t Forget To…

The hardest thing about remembering something is remembering it long enough to remember it. Okay, that sentence is a little convoluted, but that doesn’t affect it’s accuracy. 🙂 The hardest part about remembering something is keeping it in your head for more than a few seconds in the first place — once you can do …

Continue reading ‘Don’t Forget To…’ »