File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2
2
This will be a repository of how to use the Design Patterns from * Gang of Four* in your applications with Javascript.
3
3
4
4
## Update:
5
+ - Added Prototype and Builder implementations.
5
6
- All the Design Patterns have been refactored to ES6.
6
7
- Added the Multi-Inheritance Design Patterns exclusive for ES6.
7
8
- Added new Design Patterns exclusive from Javascript.
@@ -11,6 +12,7 @@ This will be a repository of how to use the Design Patterns from *Gang of Four*
11
12
## Design Patterns that you can find in this repository:
12
13
13
14
* Adapter
15
+ * Builder
14
16
* Chaining
15
17
* Command
16
18
* Composite
@@ -28,6 +30,7 @@ This will be a repository of how to use the Design Patterns from *Gang of Four*
28
30
* Namespace
29
31
* Nullify
30
32
* Observer
33
+ * Prototype
31
34
* Proxy
32
35
* Singleton
33
36
* State
You can’t perform that action at this time.
0 commit comments