AdvancedVocabulary#software-architecture#developer-tools#backend

Continuation-Passing Style Vocabulary

Build fluency in the vocabulary of a function invoking a continuation with its result instead of returning directly.

0 / 5 completed
1 / 5
At standup, a dev mentions writing functions that never return a value directly, but instead take an extra argument, a continuation function, and invoke it with the result once the computation finishes. What is this programming style called?