25
I cannot see what hexagonal architecture gives me that a layered one does not
In the hexagonal description, the application core has incoming ports called by incoming adapters, implemented by services, which in turn use outgoing ports implemented by outgoing adapters. When I write that out, it…