There was an error while loading. Please reload this page.
1 parent a894a93 commit d4d2642Copy full SHA for d4d2642
βREADME.mdβ
@@ -12,6 +12,7 @@ The 23 Gang of Four (`GoF`) design patterns fall into three big camps:
12
How do we create objects in a flexible way?
13
14
- Singleton β only one instance allowed
15
+- Simple Factory - Honourable mention not a true pattern
16
- Factory Method β let a method decide which subclass to instantiate
17
- Abstract Factory β a factory of related factories
18
- Builder β step-by-step construction
0 commit comments