Author: Brad Abrams | Posted on: 11/10/2008 11:33:00 AM | Views : 777

I thought I do a weekly blog post series that highlights a few of the new additions to the Framework Design Guidelines 2 nd edition .. The first is around writing testable frameworks it is found in Chapter 1: Introduction. Phil brings his real world experience building ASP.NET MVC to the table with this annotation. PHIL HAACK I would add one more point to this list, which is that ?Well-Designed Frameworks Are Testable.? And by ?testable? I don?t just mean that the framework itself can be unit tested, though that is important as well. One hard lesson we learned from our customers as we released early previews of the ASP.NET MVC framework is that unit test coverage of a framework is not sufficient to calling it ?testable.? While we could easily...(read more) ...

Go to the complete details ...