DEV Community

Discussion on: What common programming concept has the wrong name?

Collapse
 
integerman profile image
Matt Eland

For IoC yeah, that or just provider container.

For DI, I think you could still say constructor / parameter / property injection, possibly. Maybe instead of DI you call it a "decoupling pattern".

Either way, our current names are here to stay, I just wish they induced less anxiety to those who don't understand them yet.

Thread Thread
 
guitarino profile image
Kirill Shestakov

Yeah I really like the "decoupling pattern". I'm gonna use it from now on.