Sliced Onion Architecture
Hi,
A week ago, Oliver Drotbohm published an expanded idea of the Onion Architecture: The Sliced Onion Architecture .
Most software developers are familiar with Hexagonal Architecture and its extension, the Onion Architecture . The idea (simplified): One decouples their business code from infrastructure code using adapters.
This makes it less likely to create the “Big Ball of Mud” .
What do I see in practice?
Most developers have understood that it’s a good idea not to mix business code with infrastructure code.