This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
forked from soartech/jsoar
-
Notifications
You must be signed in to change notification settings - Fork 0
Principles
msche edited this page Jun 11, 2021
·
1 revision
The architecture principles section allow you to highlight those principles that have been used (or are used) to create the system. These could have been explicitly asked for or they could be principles YOU want to follow.
Examples of principles are:
-
Use of framework and libraries, for example lombok to reduce the boilerplate code.
-
Common design patterns and templates for building components.
-
Common approaches (e.g. error handling, logging, etc)
Principles help you to introduce consistency and clarity into a software project, so it is important that everybody on the team has a common understanding of them.
The audience for this section is predominantly the technical people in the software development team.