Take Up Code

62: Design Patterns: Builder.

Informações:

Sinopsis

The builder creational pattern allows you to hide all the details needed to create a complicated object behind simple steps that another object will direct. This lets you change either how things get built or the steps that are used independently of each other.