in reply to Should I leave behind beautiful code or readable code?
Sure, if the reader is very new to Perl, they don't understand pipeline idioms at all. However, if the idiom is formatted as consistently as possible, they can absorb it just as quickly as the chaining-return idioms of other languages, like joe = foo().bar().baz().return map { split(/ /, $_, 2) } map { uc($_) } @somearray
--
[ e d @ h a l l e y . c c ]
|
|---|