Closed jimmed closed 8 years ago
rather than pick, would it not be better to have something like .map(obj, .method('attr'))
also do we really need some and every? i thought the whole point of .not and .identity was to get around needing these
I'm an eejit.
It was _.find
with identity
/not
, but either way you're right.
Brb while I delete some stuff xD
@roberttod @alanclarke what do we reckon?
so it might be a good idea that when we have an idea like oh you don't need z because you can just do _.x(_.y))
or whatever, maybe we should document in the readme the reason the function was omitted?
maybe we should document in the readme the reason the function was omitted?
Yeah, that's not a bad shout. I'll get on it quickly now.
beautiful tests
Adds
every
,pick
,some
andunique
.