All Questions
1 question
6
votes
1
answer
175
views
Support static typing / analysis with dependency injection
I am working on creating a test library, and I found DI to be pretty convenient, maybe even to create more functional coding patterns.
Normally we can have an awkward before-hook setup in Node.js ...