File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ solve this problem by somehow controlling this object creation.
12
12
* [ Pool] ( Pool ) [ :notebook : ] ( http://en.wikipedia.org/wiki/Object_pool_pattern )
13
13
* [ Prototype] ( Prototype ) [ :notebook : ] ( http://en.wikipedia.org/wiki/Prototype_pattern )
14
14
* [ SimpleFactory] ( SimpleFactory )
15
- * [ Singleton] ( Singleton ) [ :notebook : ] ( http://en.wikipedia.org/wiki/Singleton_pattern ) (is considered an anti-pattern! : no_entry : )
15
+ * [ Singleton] ( Singleton ) [ :notebook : ] ( http://en.wikipedia.org/wiki/Singleton_pattern )
16
16
* [ StaticFactory] ( StaticFactory )
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ The patterns can be structured in roughly three different categories. Please cli
51
51
* [ Pool] ( Creational/Pool ) [ :notebook : ] ( http://en.wikipedia.org/wiki/Object_pool_pattern )
52
52
* [ Prototype] ( Creational/Prototype ) [ :notebook : ] ( http://en.wikipedia.org/wiki/Prototype_pattern )
53
53
* [ SimpleFactory] ( Creational/SimpleFactory )
54
- * [ Singleton] ( Creational/Singleton ) [ :notebook : ] ( http://en.wikipedia.org/wiki/Singleton_pattern ) (is considered an anti-pattern! : no_entry : )
54
+ * [ Singleton] ( Creational/Singleton ) [ :notebook : ] ( http://en.wikipedia.org/wiki/Singleton_pattern )
55
55
* [ StaticFactory] ( Creational/StaticFactory )
56
56
57
57
### [ Structural] ( Structural )
@@ -87,4 +87,4 @@ The patterns can be structured in roughly three different categories. Please cli
87
87
88
88
* [ EAV] ( More/EAV ) [ :notebook : ] ( https://en.wikipedia.org/wiki/Entity%E2%80%93attribute%E2%80%93value_model )
89
89
* [ Repository] ( More/Repository )
90
- * [ ServiceLocator] ( More/ServiceLocator ) [ :notebook : ] ( http://en.wikipedia.org/wiki/Service_locator_pattern ) (is considered an anti-pattern! : no_entry : )
90
+ * [ ServiceLocator] ( More/ServiceLocator ) [ :notebook : ] ( http://en.wikipedia.org/wiki/Service_locator_pattern )
You can’t perform that action at this time.
0 commit comments