Re: composing multiple bounded contexts in a single user interface
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <[email protected]> |
it really depends on requirement, for so many areas of function, I would guess mostly are CRUD without much of complex logic, in this case, DDD is over kill, if each area of functionality does have its complex logic, BC make a log of sense, however, I do see some function may cut across other areas, like security and user management, it many not needs to be in its own BC.