mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-06 14:40:48 +03:00
Update README.rst
This commit is contained in:
parent
0cf9af71ed
commit
074c3df674
|
@ -47,7 +47,7 @@ Why do I need it?
|
||||||
With the ``Dependency Injector`` you keep *application structure in one place*.
|
With the ``Dependency Injector`` you keep *application structure in one place*.
|
||||||
This place is called *the container*. You use the container to manage all the components of the application. All the component dependencies are defined explicitly. This provides the control on the application structure. It is *easy to understand and change* it.
|
This place is called *the container*. You use the container to manage all the components of the application. All the component dependencies are defined explicitly. This provides the control on the application structure. It is *easy to understand and change* it.
|
||||||
|
|
||||||
.. figure:: ./di-map.svg
|
.. figure:: ./di-map2.svg
|
||||||
|
|
||||||
*The container is like a map of your application. You always know what depends on what.*
|
*The container is like a map of your application. You always know what depends on what.*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user