Update README.md
This commit is contained in:
parent
8cb1387709
commit
9290c95897
@ -8,10 +8,10 @@
|
|||||||

|

|
||||||
|
|
||||||
**Applicability:** Use the Abstract Factory pattern when
|
**Applicability:** Use the Abstract Factory pattern when
|
||||||
--* a system should be independent of how its products are created, composed and represented
|
* a system should be independent of how its products are created, composed and represented
|
||||||
--* a system should be configured with one of multiple families of products
|
* a system should be configured with one of multiple families of products
|
||||||
--* a family of related product objects is designed to be used together, and you need to enforce this constraint
|
* a family of related product objects is designed to be used together, and you need to enforce this constraint
|
||||||
--* you want to provide a class library of products, and you want to reveal just their interfaces, not their implementations
|
* you want to provide a class library of products, and you want to reveal just their interfaces, not their implementations
|
||||||
|
|
||||||
##Builder
|
##Builder
|
||||||
**Intent:** Separate the construction of a complex object from its representation so that the same construction process can create different representations.
|
**Intent:** Separate the construction of a complex object from its representation so that the same construction process can create different representations.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user