DEV Community

Discussion on: The Node.js way - DI vs Module Require?!

Collapse
 
fernandopoumian profile image
Fernando

I personally prefer using Partial Application as my "go-to" way of doing Dependecy Injection in Javascript.