Date: 2020-03-19
Accepted
We have to decide how to structure our backend code.
For each bounded context we stick to the structure as proposed by T. Homberg outstanding book:
.
|-- adapter
| |-- in
| `-- out
|-- application
| |-- port
| | |-- in
| | `-- out
| `-- service
`-- domain
Sync between code and architecture leads to a screaming architecture.