Hacker News new | ask | show | jobs
by hamilyon2 3033 days ago
Better boilerplate code constructing things.
1 comments

That's not a name and it's not a good name. Naming is hard: you need a succint yet descriptive and specific phrase. "Dependency injection" nicely evokes the issue of your code depending on other code and how you can avoid hardcoding dependencies by injecting a reference to them at start of execution.