-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
The idea is to make handling side effects reusable where the cases of one effect could be handled by several effect handlers.
Some examples
- displaying an error message
- performing a common API call.
Some questions
- Every
EffectHandleris constructed with a specificEffectand returns a specificEffect.Result, how do we map between those two types? - How to make it clear which case of an effect is handled by which effect handler?
- How to make sure there are no cases left out?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested