Hexagonal architecture and Domain Driven Design #10
Replies: 3 comments 1 reply
-
For DDD, AFAIK, you need to show the class diagram. The diagram should point out which ones are the aggregate roots, entities, and value object. |
Beta Was this translation helpful? Give feedback.
-
@KevinDupeyrat thanks! "When you translate DDD principels into Architecture Diagram, the most suitable approche is Microservices Architecture." Good that you have a GitHub example, I had a quick look:
|
Beta Was this translation helpful? Give feedback.
-
Hi @valentinacupac, thanks for your review. 1 - The NoArgsConstructor decorator is an error. i will delete it you are right Thank you for your opinion and feel free to give me more in the future, I'm interested in learning more about clean coding and clean testing. That training my english too |
Beta Was this translation helpful? Give feedback.
-
Hello Valentina and the community,
As we already discussed with you Valentina earlier, I would like some feedback on this article I wrote on hex architecture and DDD:
https://towardsdev.com/hexagonal-architecture-and-domain-driven-design-bc2525dbc05f
It is to know if the reflection on Clean Architecture is still in the right direction and if the example is clear enough.
I will update the test case to fit what I saw in your banking project. I found your test architecture very useful
Thank you very much for your time and see you later
Beta Was this translation helpful? Give feedback.
All reactions