▲ | someothherguyy 8 days ago | |
> It's so much easier to reason about Is it though? I don't think so. | ||
▲ | andrewflnr 8 days ago | parent [-] | |
It tends to work a little better in Elixir, because you very rarely have to include one-off lambdas in your pipeline. The standard library functions are designed to work with the pipeline operator, where the thing you probably want to thread through is usually the first argument. |