Quantcast
Channel: A Java geek » Java
Viewing all articles
Browse latest Browse all 5

A dive into the Builder pattern

$
0
0
The Builder pattern has been described in the Gang of Four “Design Patterns” book: The builder pattern is a design pattern that allows for the step-by-step creation of complex objects using the correct sequence of actions. The construction is controlled by a director object that only needs to know the type of object it is [...]

Viewing all articles
Browse latest Browse all 5

Trending Articles