evanhalley•dev
About
Contact
Projects
About
Contact
Projects
A Quicknote on Dependency Injection and TypeScript
Fri, February 4, 2022
— Written by Evan Halley
#
typescript
#
dependency injection
#
typedi
#
nodejs
#
javascript
I’m doing some rapid prototyping of a TypeScript API that will query a database. I quickly ran into coupling issues when I went to write some unit tests. ** Dependency Injection enters the chat **
Read more →
x