Is the MVC-pattern a pure presentation-tier pattern?

前端 未结 3 1017
一个人的身影
一个人的身影 2021-01-18 06:10

Kind of a special question today :)

I just had a test at my technical university where I was told that I am wrong.

So I like to know from you folks(I believe

3条回答
  •  既然无缘
    2021-01-18 06:31

    I would think MVC does go deeper than presentation tier for the simple reason that supplying the model does require other tiers to do "something".

    Besides if we think of model as some representation of Domain concepts (see DDD) - then we are already talking about going outside of Presentation tier.

提交回复
热议问题