Описание тега architectural-patterns
An architectural pattern is a general, reusable solution to a commonly occurring problem in software architecture within a given context. When using this tag on implementation heavy questions - tag the code language the implementation is written in.
An architectural pattern is a general, reusable solution to a commonly occurring problem in software architecture within a given context
Architectural patterns are similar to software design patterns but have a broader scope.
The architectural patterns address various issues in software engineering, such as:
- Computer hardware performance limitations.
- High availability.
- Minimization of business risks.
Some architectural patterns have been implemented within software frameworks.