File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ This project is set of simple examples of usage of different design patterns in
20
20
- [ Command] ( https://medium.com/@j.kapuscik2/what-is-cqrs-command-design-pattern-5d400fd9f93a )
21
21
- [ Null Object] ( https://medium.com/@j.kapuscik2/what-is-null-object-design-pattern-f3b4d3d28636 )
22
22
- [ Fluent Interface] ( https://medium.com/@j.kapuscik2/what-is-the-fluent-interface-design-pattern-2797645b2a2e )
23
+ - [ Specification] ( https://medium.com/@j.kapuscik2/what-is-the-specification-design-pattern-4051dd9e71c3 )
23
24
24
25
### Following patterns have so far been described:
25
26
@@ -40,6 +41,7 @@ This project is set of simple examples of usage of different design patterns in
40
41
7 . [ Visitor] ( /behavioral/Visitor )
41
42
8 . [ Command] ( /behavioral/Command )
42
43
9 . [ Null Object] ( /behavioral/NullObject )
44
+ 10 . [ Specification] ( /behavioral/Specification )
43
45
44
46
#### Structural:
45
47
1 . [ Adapter] ( /structural/Adapter )
You can’t perform that action at this time.
0 commit comments