-
Notifications
You must be signed in to change notification settings - Fork 6
Should we adopt .map, .flatMap terminology? #5
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
Milestone
Comments
I vote for |
+1 for .map, .flatMap, etc. |
I'm still conflicted about this. Pros of new terminology:
Cons of new terminology:
|
I think you spelled out the pros and cons very well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now we use
.then
,.catch
,.recover
, and.always
. Should we adopt more functional terminology, such as.map
,.flatMap
,.mapError
, etc? This would mean less overloading.The text was updated successfully, but these errors were encountered: