|
|
|
|
|
by ivanche
2050 days ago
|
|
It's not a typo - without DI (i.e. by using new operator freely whenever dev feels like) code still has dependencies, just this time hard-coded and invisible until you read the source. Also, one can use DI without DI containers. Actually I prefer not using DI containers when possible. |
|