Hacker News new | ask | show | jobs
by someothherguyy 315 days ago
> It's so much easier to reason about

Is it though? I don't think so.

1 comments

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.