Hacker News new | ask | show | jobs
by staticassertion 1568 days ago
All object creation is in one place - main. So no, I should never have to go deep anywhere.
1 comments

This is my take as well. Plus, if you are plumbing something that deep, the odds that your design is total shit is approaching 100%.

Manual DI reveals problems like this way earlier.

DI frameworks, IMO, are some of the most useless around. Solution seeking a problem.