Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 669 Bytes

File metadata and controls

31 lines (22 loc) · 669 Bytes

4. Backend Package Structure

Date: 2020-03-19

Status

Accepted

Context

We have to decide how to structure our backend code.

Decision

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

Consequences

Sync between code and architecture leads to a screaming architecture.