Live data from Hacker News

“Dependency Injection” does not exist in JavaScript.

twitter.com

1–3 of 3 posts

Re: “Dependency Injection” does not exist in JavaScript.

#2
Those of us building real apps in javascript are using angular, which certainly does have dependency injection.

(DI doesn't and never has meant reams of XML, JNDI and consultants. It's just a pattern for how you write your applications, and you can implement it just fine with ordinary code. That's always been true)