I\'m getting confused on how to define bounded contexts where there are shared concerns between them, and how to represent this with Domain Entities.
In my domain, I have 2 bounded contexts that are relevant to this question: Purchasing - where the customer orders services
I mean - 开发者_如何学编程physically, in code. Organization of naming, namespaces, folders, assemblies, database/s.
What are possibles designs for implementation of the DCI (data, contexts, interactions) architecture in different OOP languages? I thought of Policy based design (Andrei Alexandrescu) for C++, DI and