model view controller - Should new web applications follow the MVC or MVP pattern? -


note not asking choose (mvc or mvp), rather if 1 of 2 should used web application.

i realize might work convert older application current design mvc or mvp pattern. however, new app? appears these popular architecture patterns, should 1 of these chosen? if not, other patterns there?

if not familiar mvc and/or mvp, question check out "what mvp , mvc , difference?". has many answers, including links various websites break down each one.

mvp / mvc works in web applications because http verb + url combination way determine action take. there reasons not use it, such if team has lot of experience framework, recommend mvp / mvc framework. application finished quicker higher quality.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -