DEV Community

Discussion on: Typescript Dependency Injection in 200 LOC

Collapse
 
feralcode profile image
F Ξ R Λ L

I love typescript but never take advantage of the more advanced features in my codebases (nodejs, react) because of the rejection I get from most teams when trying to introduce it into our code base.

Great article, keep up the awesome work.

Collapse
 
darcyrayner profile image
Darcy Rayner

I think it's fair that teams should try to fight against too much complexity in their codebase, but sometimes a slightly more complex idea like Inversion of Control can dramatically simplify everything else. It's a tradeoff, and there is not always an easy answer about the best way to do things. Just keep making the case to try new ideas.