| Descripción principal |
This artifact is a communication vehicle that tells Developers what pieces to build, as well as how those pieces
behave and interact with each other. It determines the project structure so that managers can plan the project. It also
gives whoever must maintain and change the architecture later their first glimpse of the system; and an understanding
of the motivation behind the important technical decisions.
This artifact focuses on specific aspects of the design, concentrating on structure, essential elements, key scenarios
and those aspects that have a lasting impact on system qualities such as performance, reliability, adaptability and
cost. It defines the set of mechanisms, patterns and styles that will guide the rest of the design, assuring its
integrity.
Architectural elements make excellent units of implementation, unit testing, integration, configuration management
and documentation. The organisation of the architecture can also help the Project Manager decide on the organisation of the team.
|