Is There Such Thing as “Untestable Code”?
The idea of “untestable code” comes up often when you start implementing any test automation methods, especially unit testing. Suddenly, you discover that code is not testable. It resists. Actually, it’s not “untestable”. But it’s damn hard to test, without Read more…