-
I am curious about the differences between depinject and Uber's fx dependency injection framework. Are there significant differences that would matter to users of the Cosmos SDK? |
Beta Was this translation helpful? Give feedback.
Answered by
aaronc
Jun 13, 2023
Replies: 1 comment
-
Definitely. depinject is based on the requirements of the SDK's module system and has first class support for modules. Uber's libraries are very nice, but wouldn't provide proper module scoping and isolation. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
joshklop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Definitely. depinject is based on the requirements of the SDK's module system and has first class support for modules. Uber's libraries are very nice, but wouldn't provide proper module scoping and isolation.