File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Design Patterns in C# / .NET
44[ ![ Build Status] ( https://travis-ci.org/tk-codes/DesignPatterns.NET.svg?branch=master )] ( https://travis-ci.org/tk-codes/DesignPatterns.NET )
55![ Language C#] ( https://img.shields.io/badge/language-c%23-blue.svg )
66![ status in progress] ( https://img.shields.io/badge/status-in%20progress-brightgreen.svg )
7- ![ number of patterns] ( https://img.shields.io/badge/patterns-9 -red.svg )
7+ ![ number of patterns] ( https://img.shields.io/badge/patterns-10 -red.svg )
88
99## Creational Patterns
1010
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ See complete [Cake Factory](https://gitlab.com/tk-bachelor/se1-testat3-decorator
2727
2828** Definition**
2929
30+ ![ Decorator] ( https://gitlab.com/tk-bachelor/se1-testat3-decorator/raw/master/doc/DecoratorPattern.png )
31+
3032Component
3133``` java
3234public abstract class Cake {
@@ -125,7 +127,6 @@ public class WhippedCream extends CakeDecorator {
125127
126128}
127129```
128- ![ Prototype] ( https://gitlab.com/tk-bachelor/se1-testat3-decorator/raw/master/doc/DecoratorPattern.png )
129130
130131** Usage**
131132``` java
Original file line number Diff line number Diff line change 5050 <ItemGroup >
5151 <None Include =" App.config" />
5252 <None Include =" Composite\README.md" />
53+ <None Include =" Decorator\README.md" />
54+ <None Include =" doc\Composite.cd" />
5355 </ItemGroup >
5456 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5557</Project >
You can’t perform that action at this time.
0 commit comments