Discussing application of builder pattern 建造者模式应用探讨
百科解释
The builder pattern is an object creation software design pattern. The intention is to abstract steps of construction of objects so that different implementations of these steps can construct different representations of objects.