Loose Coupling

There are 1 entries for the tag Loose Coupling

Writing Testable Code Is About Managing Complexity

When discussing the upcoming ASP.NET MVC framework, one of the key benefits I like to tout is how this framework will improve testability of your web applications. The response I often get is the same question I get when mention patterns such as Dependency Injection, IoC, etc... Why would I want to do XYZ just to improve testability? I think to myself in response Just to improve testability? Isn’t that enough of a reason! That’s how excited I am about test driven development. Testing seems enough of a reason for me! Of course, when I’m done un-bunching my knickers, I realize that despite all the benefits...