Builder
Term side of the Card
Topic: Creational Patterns
Unit title: Builder
Categories: Design pattern
Explanation side of the Card
Explanation: The design pattern that separates the construction of a complex object from its representation, allowing the same construction process to create different representations. It's commonly used to construct objects with multiple possible configurations.