Is MVC a Design Pattern or Architectural pattern

前端 未结 10 2179
轮回少年
轮回少年 2020-12-12 13:38

According to Sun and Msdn it is a design pattern.

According to Wikipedia it is an architectural pattern

In comparison to design patterns, arch

10条回答
  •  [愿得一人]
    2020-12-12 14:05

    I think both are true. If you're looking at a particular instantiation of MVC in a framework like Ruby on Rails, that instantiation is more of a design pattern. If you look at MVC as a general concept, it's more of an architectural pattern.

提交回复
热议问题