I recently read a blog post about using shims to unit test without interfaces. It looks really compelling, so I thought I’d explore some ways to create testable code to determine if I like the idea of shims or not. In this blog post, I’ll explore a couple of ways to turn a simple, yet […]
The post Hone your craft: approaches to making code testable appeared first on blog..