builder-step-by-step-vs-factory-immediate

Status: IN

Builder constructs products step-by-step under Director control and returns the product only when finished; Abstract Factory returns products immediately — this temporal difference in product delivery is the primary distinguishing factor between the two patterns.

Source: entries/2026/06/17/gof-oo-chunk-8.md

Depended on by

JSON