Posts Tagged MVC
Chunks: When it’s good to break Model-View-Controller
4
Posted by wolfe in Development on February 5th, 2010
The Model-View-Controller (MVC) pattern keeps code modular by separating the business logic from the interface and data layers; but what if there is information that has no business logic? Then the MVC pattern forces the programmer to write code for all three layers to manage that information even though not all layers need to [...]




