Hacker News new | ask | show | jobs
by rkangel 107 days ago
I think Dang is saying that you don't need DI. DI is a way of having some generic code be able to call some specific code when needed. If your whole stack is specific you don't have that problem - instead of the DI call site, you just call the function! Much simpler.
1 comments

Yes, exactly.