Join the Agile Community

With more than 4261 members located around the globe, the Agile Alliance is driven by the values and principles of the Manifesto for Agile Software Development

We support those who explore and apply Agile principles and practices to make the software industry productive, humane, and sustainable.

Knowledge Repository

Search for text or agile alliance members

The Humble Dialog Box

by Feathers, Michael (2002-01-01) permalink

Read the full article

It explains how writing test-first can help resist the temptation to put application logic in our gui classes. On the road it also gives an example of mock objects.

Rating: 4.5 out of 5 (4 ratings)
Source: --- {}
File Type: PDF
Owner: admin
Categories: Design, Modeling, Test Driven Development
Updated: May 19, 2006


Comments


Comments admin (17 May 19:25)

I think this article is a foundamental new way to look at GUI construction. It is the first time I read that MVC is not an untouchable totem of OO. Think different!