Just posted a new episode on the software reuse podcast series about the Model View Controller (MVC) pattern and how it helps with software reuse.
Like this post? Subscribe to RSS feed or get blog updates via email.
Advertisement
Just posted a new episode on the software reuse podcast series about the Model View Controller (MVC) pattern and how it helps with software reuse.
Like this post? Subscribe to RSS feed or get blog updates via email.
[...] logic is effectively decoupled from the user interface code. This is in fact the foundation of the Model View Controller design pattern. You can move business logic in the model layer, presentation logic in the view layer, and the glue [...]