vhart / InterviewFlashCards

14 stars 17 forks source link

MVVM or MVP View Controllers? #33

Open vhart opened 7 years ago

charleshkang commented 7 years ago

Did you mean MVC? I'm comfortable with keeping MVC, if that's ok with you guys

edit: Lol, didn't know that MVP was a thing...Why those 2 over MVC?

vhart commented 7 years ago

Both of those patterns are being adopted pretty quickly and this is an easy way to get exposure to them. MVC leads to bloated controllers. Both of the suggested patterns extract model and view model logic out of the controller.