On 12/09/14 01:35, Nate Finch wrote:
> Separation of logic is absolutely a good thing.  Separation of data is
> not nearly so useful.

What I see as the real benefit of this work is based behind the
"interface segregation principle".

Effectively this boils down to "don't depend on things you don't need".

The state package should never depend on packages from the API.

This work is not just busy work, but clear separation, and generally
what is considered good software development principles.

Tim


-- 
Juju-dev mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev

Reply via email to