We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf438c commit dc48dd5Copy full SHA for dc48dd5
1 file changed
README.md
@@ -14,9 +14,10 @@ Kotlin OOP and FP Design Patterns
14
* [ ] [Mediator](#mediator)
15
* [ ] [Memento](#memento)
16
* [ ] [Null Object](#null-object)
17
- * [x] [Observer](#observer)
18
- * [x] [State](#state)
19
- * [ ] [Template](#template)
+ * [x] [Observer](#observer)
+ * [x] [State](#state)
+ * [x] [Strategy](#strategy)
20
+ * [ ] [Template](#template)
21
* [ ] [Visitor](#visitor)
22
* [Creational Patterns](#creational)
23
* [ ] [Abstract Factory](#abstract-factory)
0 commit comments