|
|
|
|
|
by stickfigure
1613 days ago
|
|
When you have lots of things-that-create-things-that-create-things, this gets tedious really fast. DI frameworks exist because they result in a lot less code that does nothing but pass dependences along. This reminds me of SQL/ORM debate. "Just use SQL!" Sure, until you get tired of typing the same SQL over and over and realize you can cut out most of that crap by adding an ORM. |
|
https://steve-yegge.blogspot.com/2006/03/execution-in-kingdo...