How to overcome dependency injection on node.js?
Sometimes we need to decrease coupling between classes and their dependencies. Also flexible and spread easily different layer.
Dependency injection comes to mind at that moment. What is the purpose of Dependency…