File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 7
7
## [ Behavioral] ( behavioral )
8
8
9
9
* [ Chain of responsiblity] ( behavioral/chain ) [ :notebook : ] ( https://en.wikipedia.org/wiki/Chain-of-responsibility_pattern )
10
- * [ Strategy] ( behavioral/strategy ) [ :notebook : ] ( https://en.wikipedia.org/wiki/Strategy_pattern )
11
10
* [ Command] ( behavioral/command ) [ :notebook : ] ( https://en.wikipedia.org/wiki/Command_pattern )
12
- * [ Template ] ( behavioral/template ) [ :notebook : ] ( https://en.wikipedia.org/wiki/Template_pattern )
11
+ * [ Interpreter ] ( behavioral/interpreter ) [ :notebook : ] ( https://en.wikipedia.org/wiki/Interpreter_pattern )
13
12
* [ Memento] ( behavioral/memento ) [ :notebook : ] ( https://en.wikipedia.org/wiki/Memento_pattern )
13
+ * [ Strategy] ( behavioral/strategy ) [ :notebook : ] ( https://en.wikipedia.org/wiki/Strategy_pattern )
14
+ * [ Template] ( behavioral/template ) [ :notebook : ] ( https://en.wikipedia.org/wiki/Template_pattern )
14
15
15
16
## [ Creational] ( creational )
16
17
Original file line number Diff line number Diff line change @@ -4,8 +4,10 @@ We are going to deal with behaviors instead of define structures or encapsulate
4
4
5
5
## Behavioral
6
6
7
- * [ Strategy] ( strategy ) [ :notebook : ] ( https://en.wikipedia.org/wiki/Strategy_pattern )
8
- * [ Chain of Responsibility] ( chain ) [ :notebook : ] ( https://en.wikipedia.org/wiki/Chain-of-responsibility_pattern )
7
+ * [ Chain of responsiblity] ( chain ) [ :notebook : ] ( https://en.wikipedia.org/wiki/Chain-of-responsibility_pattern )
9
8
* [ Command] ( command ) [ :notebook : ] ( https://en.wikipedia.org/wiki/Command_pattern )
10
- * [ Template ] ( template ) [ :notebook : ] ( https://en.wikipedia.org/wiki/Template_pattern )
9
+ * [ Interpreter ] ( interpreter ) [ :notebook : ] ( https://en.wikipedia.org/wiki/Interpreter_pattern )
11
10
* [ Memento] ( memento ) [ :notebook : ] ( https://en.wikipedia.org/wiki/Memento_pattern )
11
+ * [ Strategy] ( strategy ) [ :notebook : ] ( https://en.wikipedia.org/wiki/Strategy_pattern )
12
+ * [ Template] ( template ) [ :notebook : ] ( https://en.wikipedia.org/wiki/Template_pattern )
13
+
You can’t perform that action at this time.
0 commit comments