Is It Time for a Unit Test Evolution?
Unit testing is important for code quality. Most people don’t question this fact today. There are lots of tools available to help you write unit tests. But here’s the problem – you have to morph your design to make it testable. I’m all for making my code better but I get annoyed when I have to modify… Continue reading Is It Time for a Unit Test Evolution?