📄️ Architecture Decision Record
An architecture decision record (ADR) is a document that captures an important architecture decision made along with its context and consequences. You can capture any kind of decision :
📄️ Architecture Unit Tests
Architecture Unit Tests are tests for checking the architecture you are using is respected at any time.
📄️ Clean Architecture
Clean architecture is a software design approach that separates the elements of a design into ring levels.
📄️ Software Architecture Document
A SAD is a general purpose document that write down the intended architecture of the software in development.