Reputation: 3745
How can people abuse of Domain Driven Design ? too much too little information in the domain, what would you consider an abuse? In your design experience did you run into any situation that you considered that the design is just too much ?
-Ken
Upvotes: 2
Views: 471
Reputation: 1948
Evans own book talks about when it's not appropriate - if you're doing a small one screen application, that won't be extended in the future, then going to the trouble to construct an extensible DDD for that application is polishing the brass on the Titanic.
Upvotes: 0
Reputation: 3376
Abusing DDD is using DDD to build each and every system. Both soft (ubiquitous language, customer cooperation) and hard (design patterns) aspects of DDD can be abused.
Upvotes: 2
Reputation: 10227
I agree with Shiraz. Also:
Upvotes: 5
Reputation: 65471
You have analysis paralysis, where people analysis and design systems, but never actually build anything.
Upvotes: 5