top | item 47149268

(no title)

rkangel | 5 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.

discuss

order

dang|5 days ago

Yes, exactly.