Design patterns vs Frameworks

后端 未结 12 1645
清歌不尽
清歌不尽 2021-01-31 10:52

Can someone illustrate what really is the difference between the two?

12条回答
  •  生来不讨喜
    2021-01-31 11:06

    Pattern support reuse of software architecture and design - Pattern capture the static and dynamic structures and collaboration of successful solution to problem that arise when building application in particular domain

    Framework supports reuse of detail design and code - A framework is an integrated set of a component that collaborate to provide a reusable architecture for a family of related application

    Together, design patterns and frameworks helps to improve software quality and reduce development time.

提交回复
热议问题