Re: Large domain, small team: how many contexts?

"[email protected] [domaindrivendesign]" <[email protected]> 10 Oct 2014 04:09:25 -0700
Newsgroups gmane.comp.programming.domain-driven-design
Message-ID <[email protected]>
Hi Guillaume, 

 thank you for posting this question, you're asking the right things!
 

 Some thougts that come to mind:
 the domain you describe seems quite a challange for just 2 developers to implement (yes, I read that you expect extra developers in the future) the domain you describe and the expected expansion of the team justifies to go for BC's in my opinion you may want to study DCI (Data Context & Interaction), eg  Data, context and interaction - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Data,_context_and_interaction : by separating entities and roles you will get less code duplication 
 
 Data, context and interaction - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Data,_context_and_interaction Data, context and interaction (DCI) is a paradigm used in computer software to program systems of communicating objects. Its goals are:
 
 
 
 View on en.wikipedia.org http://en.wikipedia.org/wiki/Data,_context_and_interaction 
 Preview by Yahoo 
 
 
  
 tell your boss that you will need extra time to figure out how to do things right: this is a conceptual issue that will take extra time upfront but will pay off in the maintenance / expansion phase Best, keep us posted on your progress & lessons learned!
 

 Rob.