Closed HenriBeck closed 5 years ago
Having a proper interface that doesn't change with the implementation details is nice :)
I want to give an effects
pattern one more try, then we can merge this with the final interface.
Sounds good 👍
Let's discuss today how we can integrate this. A proper interface will be awesome, and also having the inline docs will be wonderful :)
Thanks so much for this 👏
👍 I will probably work tomorrow on a few TODOs which are still in the code
This creates a separate
SagaEnvironment
interface which then can be implemented by the actual environment and the test environment.I additionally fixed some type errors.