Skip to content

Commit bba6d8c

Browse files
authored
Update README.md
1 parent 3fa09bd commit bba6d8c

File tree

1 file changed

+26
-20
lines changed

1 file changed

+26
-20
lines changed

README.md

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ Design Patterns in C# / .NET
33

44
![Language C#](https://img.shields.io/badge/language-c%23-blue.svg)
55
![status in progress](https://img.shields.io/badge/status-in%20progress-brightgreen.svg)
6-
![number of patterns](https://img.shields.io/badge/patterns-1-red.svg)
6+
![number of patterns](https://img.shields.io/badge/patterns-2-red.svg)
77

88
## Creational Patterns
99

10-
* Abstract Factory
11-
* Builder
12-
* Factory Method :warning:
13-
* Lazy Initialization
14-
* Prototype
15-
* [Singleton](/CreationalPatterns/Singleton/) :warning:
10+
| Pattern | SE1
11+
---|--- | ---
12+
| Abstract Factory
13+
| Builder
14+
| Factory Method | :memo:
15+
| Lazy Initialization
16+
| Prototype
17+
:heavy_check_mark: | [Singleton](/CreationalPatterns/Singleton/) | :pencil:
1618

1719
## Structural Patterns
1820
* Adapter :warning:
@@ -24,19 +26,22 @@ Design Patterns in C# / .NET
2426
* Proxy
2527

2628
## Behavioral Patterns
27-
* Chain of responsibility
28-
* Command :warning:
29-
* Interpreter
30-
* Iterator
31-
* Mediator
32-
* Memento
33-
* Null Object :warning:
34-
* Observer :warning:
35-
* State * :warning:
36-
* Strategy :warning:
37-
* Template Method :warning:
38-
* Visitor
39-
* Use case / Session / Application Controller :warning:
29+
30+
| Pattern | SE1
31+
---|--- | ---
32+
| Chain of responsibility
33+
| Command :warning:
34+
| Interpreter
35+
| Iterator
36+
| Mediator
37+
| Memento
38+
| Null Object :warning:
39+
| Observer :warning:
40+
| State * :warning:
41+
:heavy_check_mark: | [Strategy](/BehavioralPatterns/Strategy/) | :pencil:
42+
| Template Method :warning:
43+
| Visitor
44+
| Use case / Session / Application Controller :warning:
4045

4146
## Architectural Patterns
4247
* MVC :warning:
@@ -48,3 +53,4 @@ Design Patterns in C# / .NET
4853
* HeadFirst Design Patterns
4954
* MSDN - [Patterns & Practices](https://msdn.microsoft.com/en-us/library/ff921345.aspx)
5055
* dotFactory - http://www.dofactory.com/net/design-patterns
56+
* Wikipedia - https://en.wikipedia.org/wiki/Software_design_pattern

0 commit comments

Comments
 (0)