Handling Errors in Effect: Best Practices and Improvements Needed?
Is this the proper way of handling errors in Effect? Should I return an error, like I'm currently doing? Do I need to use Effect.fail, instead? I'd love someone to tell me where I can improve (code inside)
