|
|
|
|
|
by fantispug
588 days ago
|
|
I find this style changes the way I think about and write code transformations.
It's also in shell pipelines, R's magrittr, and Clojure's thread macros, and can be emulated in some OO languages with methods that return the transformed object itself. |
|
These days, base R already includes a native pipe operator (and it is literally `|>`, rather than magrittr's `%>%`).