mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-25 19:14:00 +03:00
Fix a typo in README
This commit is contained in:
parent
43a1a6cf39
commit
e9f7131a36
|
@ -195,7 +195,7 @@ What is the dependency injection?
|
||||||
- dependency injection is a principle that decreases coupling and increases cohesion
|
- dependency injection is a principle that decreases coupling and increases cohesion
|
||||||
|
|
||||||
Why should I do the dependency injection?
|
Why should I do the dependency injection?
|
||||||
- your code becomes more flexible, testable and clear 😎
|
- your code becomes more flexible, testable, and clear 😎
|
||||||
|
|
||||||
How do I start doing the dependency injection?
|
How do I start doing the dependency injection?
|
||||||
- you start writing the code following the dependency injection principle
|
- you start writing the code following the dependency injection principle
|
||||||
|
@ -204,7 +204,7 @@ How do I start doing the dependency injection?
|
||||||
|
|
||||||
What price do I pay and what do I get?
|
What price do I pay and what do I get?
|
||||||
- you need to explicitly specify the dependencies
|
- you need to explicitly specify the dependencies
|
||||||
- it will be extra work in the beginning
|
- it will be an extra work in the beginning
|
||||||
- it will payoff as the project grows
|
- it will payoff as the project grows
|
||||||
|
|
||||||
Have a question?
|
Have a question?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user