php
Type-safe pipe() in PHP: part 2
In a previous article I explained how Scala allows seamless function chaining via extension methods and pipe(), and then went on to replicate something """kind of""" similar in PHP: Creating a type-safe pipe() in PHPI am an absolute fan of pipeline-oriented programming. In this