Hacker News new | ask | show | jobs
by ivan_gammel 4553 days ago
I've never configured DI after deployment. Can you show a use case when it makes sense?
1 comments

Different DB drivers and connection pool setups for example.

Taken to extremes I've also used Spring to configure a rudimentary ETL framework for example, where the entire pipeline could be (re-)configured post release.

Well, that seems to be a special case. You still do not need to move 99% of your wiring out of your app.