-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add async.transform #892
Add async.transform #892
Conversation
Hi, I use |
I'm not sure, I was attempting to be consistent with the reduce argument On Mon, Aug 24, 2015 at 10:00 PM, qsona [email protected] wrote:
|
I see. I didn't know that the arguments order of |
👍 once we figure out what the arg order should be. Also seems related to #873 |
yeah, both array and object maps can be implemented very easily through On Mon, Aug 24, 2015 at 11:32 PM, Alexander Early [email protected]
|
/cc @suguru03 I think consistency with |
First of all, I totally agree that the arguments order of Next, I think that the arguments order of This order is different from |
Almost all functions of lodash take optional arguments after required arguments, so I have developed |
I'd prefer to have it |
+1 😉 |
Yeah, lets get 1.4.2 shipped soon and put this in v2 with the reduce change On Mon, Sep 28, 2015 at 8:55 PM, qsona [email protected] wrote:
|
We'll fix the arg ordering later. |
Similar concept to https://lodash.com/docs#transform this is a function with several fundamental differences to async.reduce: