By acoin
via architects.dzone.com
Submitted: Feb 18 2013 / 09:57
When we design a domain model, one of the issues that we care about is abstraction of implementation from the user level API. Besides making the published contract simple, this also decouples the implementation and allows post facto optimization to be done without any impact on the user level API.
Add your comment