Hacker News new | ask | show | jobs
by philote 1596 days ago
Personally I prefer my code to read more like a sentence

instead

of

being

split

up

into

too

many

lines.

1 comments

I guess the point of the parent applies when the parameter lists are long, thus breaking the sentence-like appearance of the chained calls.
These examples remind me why Elixir's pipe operator is so beloved.