Skip to content

Commit 6bcf532

Browse files
committed
Changed status icons
1 parent 51fe551 commit 6bcf532

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

README.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,31 @@
88

99
## Template List
1010

11-
Template name | Type | Status | Links |
12-
:-----------------------|:----------:|--------------:|:----------------------------------------------------------------------|
13-
Abstract Factory | Creational | *Finished* | [Wiki](https://en.wikipedia.org/wiki/Abstract_factory_pattern) |
14-
Adapter | Structural | *Finished* | [Wiki](https://en.wikipedia.org/wiki/Adapter_pattern) |
15-
Bridge | Structural | *Finished* | [Wiki](https://en.wikipedia.org/wiki/Bridge_pattern) |
16-
Builder | Creational | *Finished* | [Wiki](https://en.wikipedia.org/wiki/Builder_pattern) |
17-
Chain of Responsibility | Behavioral | *Finished* | [Wiki](https://en.wikipedia.org/wiki/Chain-of-responsibility_pattern) |
18-
Command | Behavioral | *Finished* | [Wiki](https://en.wikipedia.org/wiki/Command_pattern) |
19-
Composite | Structural | *Finished* | [Wiki](https://en.wikipedia.org/wiki/Composite_pattern) |
20-
Decorator | Structural | *Finished* | [Wiki](https://en.wikipedia.org/wiki/Decorator_pattern) |
21-
Facade | Structural | *Finished* | [Wiki](https://en.wikipedia.org/wiki/Facade_pattern) |
22-
Factory Method | Creational | *Finished* | [Wiki](https://en.wikipedia.org/wiki/Factory_method_pattern) |
23-
Flyweight | Structural | *Finished* | [Wiki](https://en.wikipedia.org/wiki/Flyweight_pattern) |
24-
Interpreter | Behavioral | *Not started* | [Wiki](https://en.wikipedia.org/wiki/Interpreter_pattern) |
25-
Iterator | Behavioral | *Not started* | [Wiki](https://en.wikipedia.org/wiki/Iterator_pattern) |
26-
Mediator | Behavioral | *Not started* | [Wiki](https://en.wikipedia.org/wiki/Mediator_pattern) |
27-
Memento | Behavioral | *Not started* | [Wiki](https://en.wikipedia.org/wiki/Memento_pattern) |
28-
Prototype | Creational | *Finished* | [Wiki](https://en.wikipedia.org/wiki/Prototype_pattern) |
29-
Proxy | Structural | *Finished* | [Wiki](https://en.wikipedia.org/wiki/Proxy_pattern) |
30-
Observer | Behavioral | *Not started* | [Wiki](https://en.wikipedia.org/wiki/Observer_pattern) |
31-
Singleton | Creational | *Finished* | [Wiki](https://en.wikipedia.org/wiki/Singleton_pattern) |
32-
State | Behavioral | *Not started* | [Wiki](https://en.wikipedia.org/wiki/State_pattern) |
33-
Strategy | Behavioral | *Not started* | [Wiki](https://en.wikipedia.org/wiki/Strategy_pattern) |
34-
Template Method | Behavioral | *Not started* | [Wiki](https://en.wikipedia.org/wiki/Template_method_pattern) |
35-
Visitor | Behavioral | *Not started* | [Wiki](https://en.wikipedia.org/wiki/Visitor_pattern) |
11+
Template name | Type | Status | Links |
12+
:-----------------------|:----------:|-------:|:----------------------------------------------------------------------|
13+
Abstract Factory | Creational | | [Wiki](https://en.wikipedia.org/wiki/Abstract_factory_pattern) |
14+
Adapter | Structural | | [Wiki](https://en.wikipedia.org/wiki/Adapter_pattern) |
15+
Bridge | Structural | | [Wiki](https://en.wikipedia.org/wiki/Bridge_pattern) |
16+
Builder | Creational | | [Wiki](https://en.wikipedia.org/wiki/Builder_pattern) |
17+
Chain of Responsibility | Behavioral | | [Wiki](https://en.wikipedia.org/wiki/Chain-of-responsibility_pattern) |
18+
Command | Behavioral | | [Wiki](https://en.wikipedia.org/wiki/Command_pattern) |
19+
Composite | Structural | | [Wiki](https://en.wikipedia.org/wiki/Composite_pattern) |
20+
Decorator | Structural | | [Wiki](https://en.wikipedia.org/wiki/Decorator_pattern) |
21+
Facade | Structural | | [Wiki](https://en.wikipedia.org/wiki/Facade_pattern) |
22+
Factory Method | Creational | | [Wiki](https://en.wikipedia.org/wiki/Factory_method_pattern) |
23+
Flyweight | Structural | | [Wiki](https://en.wikipedia.org/wiki/Flyweight_pattern) |
24+
Interpreter | Behavioral | | [Wiki](https://en.wikipedia.org/wiki/Interpreter_pattern) |
25+
Iterator | Behavioral | | [Wiki](https://en.wikipedia.org/wiki/Iterator_pattern) |
26+
Mediator | Behavioral | | [Wiki](https://en.wikipedia.org/wiki/Mediator_pattern) |
27+
Memento | Behavioral | | [Wiki](https://en.wikipedia.org/wiki/Memento_pattern) |
28+
Prototype | Creational | | [Wiki](https://en.wikipedia.org/wiki/Prototype_pattern) |
29+
Proxy | Structural | | [Wiki](https://en.wikipedia.org/wiki/Proxy_pattern) |
30+
Observer | Behavioral | | [Wiki](https://en.wikipedia.org/wiki/Observer_pattern) |
31+
Singleton | Creational | | [Wiki](https://en.wikipedia.org/wiki/Singleton_pattern) |
32+
State | Behavioral | | [Wiki](https://en.wikipedia.org/wiki/State_pattern) |
33+
Strategy | Behavioral | | [Wiki](https://en.wikipedia.org/wiki/Strategy_pattern) |
34+
Template Method | Behavioral | | [Wiki](https://en.wikipedia.org/wiki/Template_method_pattern) |
35+
Visitor | Behavioral | | [Wiki](https://en.wikipedia.org/wiki/Visitor_pattern) |
3636

3737
## Useful links
3838

0 commit comments

Comments
 (0)