Hacker News new | ask | show | jobs
by eknkc 4339 days ago
Martini (https://github.com/go-martini/martini) uses DI for everything. I's supposed to be freaking slow though. But it might not be a real world problem.
1 comments

I guess I should have been clearer - I mean examples where you actually want different dependencies for the same application.

All uses of DI that I have seen have a single configuration that basically never changes. The DI is used for hooking up test objects, but not for reconfiguring the production app.