Tuesday, September 15, 2015

Chapter 3 - How to model services

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