|
|
|
|
|
by fouc
733 days ago
|
|
Who says monoliths don't have clear and explicit separation of concern between domain concerns? I think that just comes down to how the codebase is organized and how disciplined the team is, or possibly breaking out core parts into separate libraries or other similar strategies - technically it's still a monolith. |
|
The graph of dependencies between components makes for explicit separation of concerns just like you would have a graph of dependencies between different network services.