Checklist
Related Issues and Possible Duplicates
Related Issues
Possible Duplicates
Description
The documentation makes extensive use of the add(a,b) example. Rarely are the user cases commutative. This is of particular importance when learning about partials, but might appear in other situations. There is no ambiguity in add.s(2).delay(3) as it is 2+3 or 3+2, but subtract.s(2).delay(3) could be 2-3=-1 or 3-2=1 , and understanding how to decide which args are being defined in a partial is useful.
Suggestions
Replace add examples by subtract examples, or another non commutative operator.
Checklist
for similar or identical bug reports.
for existing proposed fixes.
to find out if the bug was already fixed in the master branch.
(If there are none, check this box anyway).
Related Issues and Possible Duplicates
Related Issues
Possible Duplicates
Description
The documentation makes extensive use of the add(a,b) example. Rarely are the user cases commutative. This is of particular importance when learning about partials, but might appear in other situations. There is no ambiguity in add.s(2).delay(3) as it is 2+3 or 3+2, but subtract.s(2).delay(3) could be 2-3=-1 or 3-2=1 , and understanding how to decide which args are being defined in a partial is useful.
Suggestions
Replace add examples by subtract examples, or another non commutative operator.