Discussion about this post

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
2 more comments...

No posts