Talk:Dependency inversion principle
Appearance
![]() | Computer science Unassessed | ||||||||||||||||
|
Introduction
I miss a reference to the original author of this principle Robert C. Martin in "Agile Software Development: Principles". --Klodr (talk) 01:08, 7 January 2013 (UTC)
Description
It's wrong that always the interface that defines the services required by the higher layers are in the same package. In some cases you want to rehuse this abstraction of services defining it in its own package. --Klodr (talk) 01:08, 7 January 2013 (UTC)