Dissecting an MVC Application
Stefan Priebsch (20.May.2009)
Talk at php|tek 2009 (English - US)
Almost every modern web application follows the MVC paradigm. But using MVC does not necessarily help you write code that is easy to maintain, extend, and test. In this session, we will dissect a real-life MVC application and show how the code has been refactored, extended, and decoupled over time. We will point out common mistakes and discuss a lot of do's and don'ts that will help you write better code.
Quicklink: https://joind.in/187
Slides: Dissecting an MVC Application
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Are you sure?




22.May.2009 at 17:21 by Adam Culp
Nice talk Stefan. Just when I thought I had MVC down I now have new things to think about. The talk forced my mind to think outside the box, and rethink MVC on the web. Thank you.