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
38e9d3e0db
commit
e3371acb84
|
@ -44,9 +44,10 @@ Why do I need it?
|
||||||
|
|
||||||
``Dependency Injector`` helps you **improve application structure**.
|
``Dependency Injector`` helps you **improve application structure**.
|
||||||
|
|
||||||
With the ``Dependency Injector`` you keep your **application structure in one place**. This place is called the **container**. You manage all of the application components and their dependencies there.
|
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.
|
||||||
|
|
||||||
*The container is like a map of your application.*
|
*The container is like a map of your application. You always know what depends on what.*
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user