IntermediateVocabulary#software-architecture#backend#developer-tools

Builder Pattern Vocabulary

Build fluency in the vocabulary of constructing a complex object step by step through chained configuration calls.

0 / 5 completed
1 / 5
At standup, a dev mentions constructing a complex object step by step through a sequence of chained method calls, each setting one piece of configuration, before a final call assembles the fully configured object. What is this design pattern called?