By piccoloprincipe
via debasishg.blogspot.it
Submitted: Feb 17 2013 / 07:03
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