Why Domain Driven Design?

Why Domain-Driven Design?.
Problems that DDD faces with a glimpse at solutions

Read in full here:

https://yehohanan7.medium.com/why-domain-driven-design-203099adf32a

This thread was posted by one of our members via one of our news source trackers.

Corresponding tweet for this thread:

Share link for this tweet.

I haven’t applied DDD in a project, but I think it works for complex domains and if the developers have constant communication with domain experts.

1 Like

Some use DDD as “DDD light/lite”, thinking that DDD is just entities, aggregates, repositories, and domain services, which defeats the actual purpose of it. Talking to domain experts, understanding the domain, and sharing a ubiquitous language is more important than these tactical patterns.

1 Like