IntermediateVocabulary#software-architecture#backend#developer-tools

Decorator Pattern Vocabulary

Build fluency in the vocabulary of wrapping an object with layered wrappers that add behavior behind the same interface.

0 / 5 completed
1 / 5
At standup, a dev mentions wrapping an object in another object that implements the same interface, adding extra behavior around the original object's calls, and allowing several such wrappers to be layered on top of each other. What is this design pattern called?