Reasons not to use MVC architecture for web application

后端 未结 12 1716
野的像风
野的像风 2021-02-07 12:01

In the past I have primarily built all my web applications using an N-tier architecture, implementing the BLL and DAL layers. Recently, I have started doing some RoR development

12条回答
  •  甜味超标
    2021-02-07 12:29

    I wouldn't use MVC pattern only in the case when I have an existing desktop application built with MVP and I have to convert it to a web environment. That's because I already have written logic for presenter.
    In any other case I would use MVC.

提交回复
热议问题