▲ | jolux 13 hours ago | |
> When did method chaining become 'functional programming'? It's very similar to applicative style in FP. Conceptually, method chaining is equivalent to nested function application, it just comes with syntax sugar for specifying the `self` parameter. |