A good service: loose coupling and high cohesion
Bounded context: a model has specific information. If this is wanted externally, a request must be made using an explicit interface. Share information uses a shared model object, not the internal representation.
Break the system up along functional (and/or organisational) boundaries, not technical boundaries.
No comments:
Post a Comment