|
|
|
|
|
by gsg
3221 days ago
|
|
My complaint with |> is that it makes code with nesting look quite different based on argument position. Argument position is not a very interesting property, so it doesn't seem right for it to be influencing the shape of code in that way. My preference is to use parens and introduce single-shot variables if nesting gets too deep. This works the same way for all code. |
|