Domain-driven-design (DDD) pitfalls
11:49 16 Nov 2010

I am quite new with DDD and would like to know about any pitfalls you might want to share. I will summarize it later for more newbies to read :)

Thanks

Summary so far:

  • Anemic domain model where your entities are primarily only data bearing and contain no business logic
  • Not using bounded contexts enough
  • Focusing too much on patterns

There is a good presentation on this topic as well here (video).

domain-driven-design