Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Model-View-Controller Pros and Cons [closed]

What's the pros and cons of using a Model-View-Controller model in building your application?

like image 987
RCIX Avatar asked Jul 10 '09 03:07

RCIX


1 Answers

Pros

  • No business logic in UI
  • More Unit Testable
  • One size fits all solution (Well Almost..)

Cons .. I cant think of many

  • More work, but on the contrary IMHO it's time well spent
like image 130
abhilash Avatar answered Sep 22 '22 00:09

abhilash