|
In practice you might find that you use both at the same time. You use CHO architecture to design the whole structure of the system with the "domain core" being isolated in it's separate modules. And then you use DDD to design this domain core in collaboration with domain experts and possibly by using DDD concepts like Entites and Aggregates.
https://softwareengineering.stackexchange.com/questions/405973/difference-between-domain-driven-design-and-clean-architecture
|