关于[The Builder Pattern .net core]的摘要:
The Builder Pattern is a creational Gang of Four (GoF) design pattern, defined in their seminal book , Design patterns : elements of reusable object-oriented software, in which they presented a catalogue of simple and succinct solutions to commonly occurring design problems. The pattern is useful for encapsulating and abstracting the creation of objects. It is distinct from the more common Factory Design Pattern , because the Builder Pattern contains methods of customising the creation of an object.
原文地址: https://garywoodfine.com/the-builder-pattern-net-core/