Building websites, which is the better approach MVP or MVC?
Posted
by
Nick
on Programmers
See other posts from Programmers
or by Nick
Published on 2011-06-21T00:13:13Z
Indexed on
2011/06/21
0:29 UTC
Read the original article
Hit count: 479
I'm looking for feedback on MVP and MVC patterns used as basis to build a website. I've used both with a certain degrees of success and failure. Furthermore I've worked in places which have miserable implement MVP across the web, desktop and services layers. I've also seen a few terrible MVC implementations. One thing I've noticed is the MVP stuff-up appear terrible for maintenance or adding any new features compared to the MVC debacles.
© Programmers or respective owner