educative.io

Hexagonal Architecture wrong

In this section I found the following sentence:
Hexagonal architecture aims to organize the code of an application into a specific structure. It helps developers to understand and modify code more easily.

The definition of Hexagonal Architecture is that it allows us to isolate our domain from any external detail such as infrastructure details like ORM, DB … And the way we interact with the external world.


Course: Domain Driven Design Made Easy - Learn Interactively
Lesson: Benefits and Drawbacks of Domain Driven Design - Domain Driven Design Made Easy