This post originated from an RSS feed registered with .NET Buzz
by Maruis Marais.
Original Post: Why abstracting presentation logic is critical!
Feed Title: exceptionz
Feed URL: http://feeds.feedburner.com/Exceptionz
Feed Description: I am an XP, TDD, OO and .NET enthusiast. Things like Design Patterns makes my pulse race, I love learning exciting new things and to share my thoughts and techniques with the world. So join me and together we can explore the awesome world of software development
I’ve been listening to the Design Patterns Bootcamp podcast where they discussed the Model-View-Controller and Presenter patterns. In the podcast they pointed to “Should validation be in the UI or in business objects” post by Rockford Lhotka. He made the following comments that really struck a nerve with me:
In any case, I do focus greatly [...]