IntermediateVocabulary#software-architecture#developer-tools#backend

Partial Application Vocabulary

Learn the vocabulary of fixing some of a function's arguments up front to get back a smaller, reusable function.

0 / 5 completed
1 / 5
At standup, a dev mentions fixing some of a function's arguments up front, all at once, and getting back a new function that only needs the remaining arguments supplied to actually run. What is this technique called?