Skip to content
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

Remove things that are already in lodash #51

Open
daedalus28 opened this issue Jul 28, 2016 · 1 comment
Open

Remove things that are already in lodash #51

daedalus28 opened this issue Jul 28, 2016 · 1 comment

Comments

@daedalus28
Copy link

There's a lot of overlap here with things that are available in the latest version of lodash. Can we trim this down to just what's new, and for things that are in lodash now with a different name, separate them out in a section of aliases? E.g. always and k are aliases for _.constant, pipeline seems to just be an alias for flow, etc.

@daedalus28
Copy link
Author

daedalus28 commented Jul 28, 2016

An example of what I'd like to see (based on the first page of the docs):

Array Builders

Contrib Function lodash equivalent
cat concat alias
chunk same as lodash chunk with support for third pad argument
chunkAll no known equivalent
cons similar to concat but no known equivalent (and seems pretty confusing)

I personally don't have the time to really dig into all of these at the moment, but I think this would be really valuable for this project and probably make it a lot more viable and easy for @jdalton to identify candidates for promotion to lodash proper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant