Len Holgate's thoughts on this and that... Mainly test driven software development in C++ on Windows and Unix...
Menu
Home
About me
Classic Entries
Archives
Contact
January 2011
2011-01-13
:
Practical Testing: 31 - A bug in DestroyTimer.
Back in 2004, I wrote a series of articles called “Practical Testing” where I took a piece of complicated multi-threaded code and wrote tests for it. I then rebuild the code from scratch in a test driven development style to …