One reason I work on Open Source projects such as [OpenCover](https://github.com/OpenCover/opencover) is so that I can try things out, experiment if you wish, sometimes it's TDD techniques or a new...
One of the things I have been a bit disappointed with myself during the development of [OpenCover](https://github.com/OpenCover/opencover) is the lack of unit testing around the C++ code that makes up...
This may (no guarantees) turn into a series of posts on how to refactor your code for testing using simple examples....
I recently posted a response to [StackOverflow wrt TDD and Coverage](http://stackoverflow.com/a/26152423/189163) and I thought it would be worth re-posting the response here. The example is simple but hopefully shows how writing...