Composition

In computer science, function composition is an act or mechanism to combine simple functions to build more complicated ones. Like the usual composition of functions in mathematics, the result of each function is passed as the argument of the next, and the result of the last one is the result of the whole. https://en.wikipedia.org/wiki/Function_composition_(computer_science)

composable, composability

loosely coupled? associative?

cf unix pipeline


Edited:    |       |    Search Twitter for discussion