4 Comments
User's avatar
Valentina Jemuović's avatar

Hexagonal Architecture is crucial in enabling unit testability. We can unit test the Hexagon and write narrow integration tests for the Adapters.

Expand full comment
Raul Junco's avatar

Good code should be easy to change.

What this really means is that the code should be well-organized, easy to understand, easy to modify, and easy to test.

Thanks for the article, Daniel!

Expand full comment
Neo Kim's avatar

pretty cool topic, Daniel.

Expand full comment
Saurabh Dashora's avatar

Excellent article my friend!

We did implement a few years ago for an old project and you nailed all the important concepts.

Expand full comment