Articles in this series
AKA The Duplication or Warbler Combinator
AKA The Substitution or Starling combinator
Also, you can't live without the Pipe-Combinator
...and so useless isn't the C-Combinator
Photograph by Sepand Bakhtiari, CC BY-SA 4.0, via Wikimedia Commons The K-Combinator Combinators are functional patterns that glue (AKA compose) together functions. These patterns promote single responsibility and decoupling. The K-Combinator is more...
This is my second post on an on-going series on my experiments investigating the practical use of Combinators. As a recap, Combinators are functional patterns that glue (AKA compose) together functions. These patterns promote single responsibility an...