-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Think about removing happyAttempt #12
Labels
Comments
theangrydev
added a commit
that referenced
this issue
Nov 19, 2016
…er has been revived (closes #12). There is now a special NoSad type that is package private and used as the sad type for a happyAttempt where the sad type is not possible, to make it clear that it is not yet possible to be in a sad path.
The changes implemented in 9.0.0 and 9.1.0 overlooked something that I forgot about, which is that the sad type cannot be changed in the There are a few possibilities:
|
For now, I reverted the entire version 9 changes and released version 10 that picks up where 8.3.0 left off. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remembering that this library is supposed to be about two tracks flows, it doesn't really make sense to have a
happyAttempt
method at all, because at that point there is only one track. ThehappyPathAttempt
method does make sense.The text was updated successfully, but these errors were encountered: