mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-29 13:04:02 +03:00
commit
1774906fd6
|
@ -88,7 +88,7 @@ Dependency injection pattern has few strict rules that should be followed:
|
||||||
and knows how to inject the *service* into the *client*.
|
and knows how to inject the *service* into the *client*.
|
||||||
+ The *client* and the *service* know nothing about the *dependency injector*.
|
+ The *client* and the *service* know nothing about the *dependency injector*.
|
||||||
|
|
||||||
Dependency injection pattern provides next advantages:
|
Dependency injection pattern provides the following advantages:
|
||||||
|
|
||||||
+ Control on application structure.
|
+ Control on application structure.
|
||||||
+ Decreased coupling between application components.
|
+ Decreased coupling between application components.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user