IntermediateVocabulary#software-architecture#developer-tools#backend

Lazy Evaluation Vocabulary

Build fluency in the vocabulary of a value that's never actually computed until something else genuinely reads it.

0 / 5 completed
1 / 5
At standup, a dev mentions an expression whose value isn't actually computed until the exact moment some other part of the program actually reads it, rather than being computed eagerly the instant it's written. What is this technique called?