Hacker News
- Inversion of Control Containers and the Dependency Injection pattern (2004) https://martinfowler.com/articles/injection.html 36 comments
- Understanding SOLID Principles: Dependency Inversion https://dev.to/theodesp/understanding-solid-principles-dependency-injection 7 comments
- Dependency Injection, Inversion of Control and the Dependency Inversion Principle http://kc.my-junk.info/di-ioc-dip/ 23 comments
- The Dependency Inversion Principle in the Wild http://martinfowler.com/articles/dipInTheWild.html 33 comments
- Dependency Inversion in C Using Function Pointers http://ernstsson.net/post/26821666317/dependency-inversion-in-c-using-function-pointers 22 comments
Lobsters
- The benefit of a dependency is inversely proportional to the amount of effort spent on a project https://eli.thegreenplace.net/2017/benefits-of-dependencies-in-software-projects-as-a-function-of-effort/ 17 comments practices , programming
- Dependency Injection, Inversion of Control & The Dependency Inversion Principle http://kc.my-junk.info/di-ioc-dip 4 comments programming
- Clean Architecture: A Practical Example of Dependency Inversion in Go using Plugins https://cekrem.github.io/posts/clean-architecture-and-plugins-in-go/ 3 comments programming
- Breaking Circular Dependencies with Dependency Inversion Principle https://itnext.io/breaking-circular-dependencies-with-dependency-inversion-principle-5299e11716e0?sk=33fd061d6c3fac68790b8b679f5ef6f4 8 comments java
- Dependency Injection & Inversion of Control in Go - How and Why https://monibot.io/blog/dependency-injection-inversion-of-control-in-go 27 comments golang
- Interfaces & Dependency Inversion in Python - Medium Article https://medium.com/@joemcgirr89/solid-principles-a-deep-dive-into-dependency-inversion-in-python-320abb327c92 4 comments python
- Dependency inversion principle in Typescript https://www.staszewski.me/dependency-inversion-principle-in-typescript/ 6 comments typescript
- Dependency inversion principle in Typescript https://www.staszewski.me/dependency-inversion-principle-in-typescript/ 62 comments javascript
- Practical SOLID in Golang: Dependency Inversion Principle https://levelup.gitconnected.com/practical-solid-in-golang-dependency-inversion-principle-8cbd4eed484b 3 comments coding
- Directory tree pretty printer v2: I found a way to do dependency inversion (without meta predicates) and a way to remove the cut. https://github.com/modulovalue/directory_tree_prolog/blob/main/directory_tree_v2.pl 2 comments prolog
- Dependency inversion in Rust Web Application https://medium.com/@11takanori/dependency-inversion-in-rust-web-application-479d54d5242e 6 comments rust
- An introduction to dependency injection and inversion of control https://medium.com/@aveuiller/about-design-patterns-dependency-injection-ab9c1742d4aa 10 comments programming
- Inverse Dependency Makefiles http://stonecode.ca/posts/inverse_dependency_makefiles/ 3 comments cpp
- Need help understanding Dependency Inversion https://www.reddit.com/r/learnprogramming/comments/axb7kg/need_help_understanding_dependency_inversion/ 3 comments learnprogramming
- Large cohort study of 500 thousand people found inverse association for coffee drinking with mortality, without observing any differences depending upon caffeine metabolism. https://jamanetwork.com/journals/jamainternalmedicine/article-abstract/2686145 23 comments science
- SOLID Principles #5 - Dependency Inversion Principle https://www.netguru.co/codestories/solid-5-dip?utm_campaign=codestories&utm_source=reddit&utm_medium=social 9 comments ruby
- Dependency Injection and Inversion of Control with SimpleInjector http://chris.bohatka.com/breaking-down-dependency-injection-and-inversion-of-control-in-csharp-with-simpleinjector/ 10 comments csharp
- Implementing Layered Architecture with Dependency Inversion Principle http://rubyblog.pro/2017/07/solid-dependency-inversion-principle 12 comments ruby
- Dependency Injection, Inversion of Control & The Dependency Inversion Principle http://kc.my-junk.info/di-ioc-dip 23 comments programming
- Dependency Inversion in Java http://tidyjava.com/dependency-inversion-in-java/ 30 comments java
- The current state of dependency inversion in JavaScript http://blog.wolksoftware.com/the-current-state-of-dependency-inversion-in-javascript 5 comments angularjs
- The current state of dependency inversion in JavaScript http://blog.wolksoftware.com/the-current-state-of-dependency-inversion-in-javascript 5 comments coding
- I'm releasing a new version of my dependency injection framework / inversion of control container gem. I'd like some comments and feedback before I make the actual release. https://github.com/beraboris/jerry 5 comments ruby
- Common Blood Pressure Drug May Lower Risk For Lou Gehrig’s Disease: Use of ACEIs exhibited a dose-dependent inverse association of up to 57% with ALS http://www.physiciansnews.com/2014/11/11/common-blood-pressure-drug-may-lower-risk-for-lou-gehrigs-disease-study/ 3 comments science
- Practical uses of Dependency Inversion Principle (DIP) http://martinfowler.com/articles/dipinthewild.html 46 comments programming
- Dependency Injection Inversion http://blog.objectmentor.com/articles/2010/01/17/dependency-injection-inversion 24 comments programming