Functional stack definition, just return the expor...
# sst
t
Functional stack definition, just return the exports. Then each stack can specify what it depends on instead of having to coordinate in
main
and everything is called in the right order. All fully typed. Basically dependency injection, inversion of control, insert buzzword here
f
🤯 I smell a
functional-typescript-monorepo
example coming
a
Haha.
Does anybody tried any DI framework?
d
In typescript? I got a taste of Nestjs but didn't get to like it too much yet. I did enjoy Gokit. And now in regular code, I just make sure I pass all hard dependencies into my functions.