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

splitting up async into independent modules? #845

Closed
mreinstein opened this issue Jul 15, 2015 · 1 comment
Closed

splitting up async into independent modules? #845

mreinstein opened this issue Jul 15, 2015 · 1 comment

Comments

@mreinstein
Copy link

this would be really nice because it's moving away from cargo cult programming and offering specific functions that are needed. I frequently find that I'm using 2-3 functions from async over and over; the rest is dead weight.

@jdalton has set a great precedent with lodash, which ships it's functions as individual modules:

https://www.npmjs.com/package/lodash.assign

https://www.npmjs.com/package/lodash.filter

etc...

@mreinstein mreinstein changed the title have you given thought to splitting up async into independent modules? splitting up async into independent modules? Jul 15, 2015
@aearly
Copy link
Collaborator

aearly commented Jul 15, 2015

Yes. #720 #796

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

No branches or pull requests

2 participants