Framework & architecture

kuangzzzz

How to distinguish between framework and architecture?

1. Architecture is an abstraction, and framework is a concrete realization. The frame (verb) is the guide of the frame (noun).

2. The framework refers to the realization of one or more specific functional requirements with specific software (emphasize that the general purpose is first, the third-party framework will be re-encapsulated in the project). Structure is thought (emphasis on the overall situation first).

3. The framework is an abstract solution (pay attention to the overall situation and ignore the implementation of details, because it also emphasizes versatility, it is mostly semi-finished)

4. Both are strategic means to solve the increasingly complex software development.

Guess you like

Origin blog.csdn.net/u010436133/article/details/108984464