Problem
I've notices that even after the new module abstraction we still have to wire some of the stuff outside of the module.
to name a few :
Solution
To fix the leaky abstraction, we should allow users to provide this configuration within the scope of their module.
I'm keen into taking a shot at this next time I work on the bot.
Problem
I've notices that even after the new module abstraction we still have to wire some of the stuff outside of the module.
to name a few :
src/config.tssrc/core/cache.tsSolution
To fix the leaky abstraction, we should allow users to provide this configuration within the scope of their module.
I'm keen into taking a shot at this next time I work on the bot.