-
Notifications
You must be signed in to change notification settings - Fork 270
Closed
Description
I was thinking of contributing a pipeline function, which is the same as compose but reversing the arguments.
compose(f, g, h)(x, y) is the same as f(g(h(x, y))), which is the same as pipeline(h, g, f)(x, y).
Personally, I find this ordering easier to read and reason about.
However, the contributions section of the README suggests that it might be best to check issues for contribution ideas, so I thought I would canvas for opinions before contributing.
MasonMcGill
Metadata
Metadata
Assignees
Labels
No labels