Seeking Feedback on Using Effect Dependency API for Standalone Functions
I'm experimenting with breaking one of my service's methods out into its own files as standalone functions. Some of these service methods depend on other services.
Rather than manually providing the dependencies to the standalone functions, I'm hoping to use the Effect dependency API to handle this for me.