Eliminating If StatementsThis is just a quick post to demonstrate a technique for replacing branching code (if-else and switch statements), and replacing it with a…Sep 28, 20212Sep 28, 20212
TDD: Mocking vs No Mocking — Here’s Why You Should Do BothIf you’re writing unit tests you’ll probably have heard the debate about whether or not you should use mock objects.Sep 9, 2021Sep 9, 2021
Seeing Code Coverage Without Visual Studio EnterpriseWith the help of a few free extensions you can have an enterprise code coverage experience without the cost.Feb 2, 2021Feb 2, 2021