Sep 19, 2023
Great article, but creating packages just for case of separation of concerns, increase the maintenance cost.
my approach is:
- Physical architecture of Monoliths
- Logical architecture of Microservices
And get the benefits of both.
It's called a Modular Monolith.