IntermediateVocabulary#software-architecture#developer-tools#backend

Currying Vocabulary

Build fluency in the vocabulary of transforming a multi-argument function into a chain of single-argument steps.

0 / 5 completed
1 / 5
At standup, a dev mentions transforming a function that normally takes three arguments into a chain of three separate functions, each one taking a single argument and returning the next function in the chain until all three have been supplied. What is this technique called?