You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
mreinstein
changed the title
have you given thought to splitting up async into independent modules?
splitting up async into independent modules?
Jul 15, 2015
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...
The text was updated successfully, but these errors were encountered: