Remix.run Logo
sandreas 7 days ago

Yeah, I agree. That's an advantage of pipes - although much harder to read and write than chained methods in my opinion.

The use-case in the article could still be solved easier with extension methods in my opinion :-)

troupo 7 days ago | parent [-]

Yeah, the examples should also show that you can use arbitrary functions, not just library functions. E.g. your own business logic, validation etc.