Service design guidelines¶
This documentation aims to define a set of rules and principles for the inner architecture or micro design of a microservice.
Status: DRAFT
Philosophy¶
Status: TODO
Literature¶
Here is a list of valuable readings that have contributed to the writing of these guidelines.
- Clean Architecture on Clean coder by Robert C. Martin
- Clean Architecture on Amazon by Robert C. Martin
- SOLID principles by Coen Goedegebure