Y
Hacker News
new
|
ask
|
show
|
jobs
by
sandreas
315 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 :-)
1 comments
troupo
315 days ago
Yeah, the examples should also show that you can use arbitrary functions, not just library functions. E.g. your own business logic, validation etc.
link