What is MVC and what are the advantages of it?
Posted
by Teifion
on Stack Overflow
See other posts from Stack Overflow
or by Teifion
Published on 2008-08-25T19:26:39Z
Indexed on
2010/04/05
19:03 UTC
Read the original article
Hit count: 215
design-patterns
|mvc
I found What are mvp and mvc and what is the difference but it didn't really answer this question.
I've recently started using MVC because it's part of the framework that myself and my work-partner are going to use. We chose it because it looked easy and separated process from display, are there advantages besides this that we don't know about and could be missing out on?
Pros
- Display and Processing are seperated
Cons
- None so far
© Stack Overflow or respective owner