Hacker News new | ask | show | jobs
“Dependency Injection” does not exist in JavaScript. (twitter.com)
1 points by revathskumar 4707 days ago
2 comments

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)