-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
array: remove S.pluck #484
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I never use pluck
.
Wait.. what? There are either one too many negatives in this sentence, or a "but" where there should be an "and". |
I think what I wrote makes sense, Aldwin. I was trying to state that I don't see a reason to do A but not B. In other words, if we do A we should also do B. The implication is that in this case doing both A and B is silly, so we should not do either. Too much negation, though, I agree. :) |
Ahh. I was reading:
But you meant:
I read it so many times over and missed that. Okay. All clear now! ;) |
This (is (why)) (I (am)) (so) (fond) (of (parentheses)). ;) |
I used |
Ha. You've had it in for this function from pretty much day one, David. |
I don't see a compelling reason to provide a shorthand for
map
+prop
but not formap
+get
. I also don't find the shorthand clearer:The problem with the shorthand is that I forget which of the two possible combinations it is short for. ;)