Is MVC-ARS preferable to classic MVC to prevent overloading?

前端 未结 1 1706
执笔经年
执笔经年 2020-12-03 19:55

The popular design pattern MVC (Model/View/Controller) has an extended cousin MVC-ARS (Action/Representation/State). The added components all live within the database layer

相关标签:
1条回答
  • 2020-12-03 20:53

    Never underestimate the ability of a developer to bastardize whatever safeguards you think are in place. While these added separations may allow for additional protection, do they make it easier to develop? Do they make the separations easy to understand and use? If not, the developers are less likely to incorporate them into their practices.

    Developers tend to work towards the least resistance.

    0 讨论(0)
提交回复
热议问题