Skip to content

Commit 5913d04

Browse files
committed
Merge branch 'cleanup'
* cleanup: Cleanup + formatting Emojis + cleanup
2 parents 51c8295 + 01f5c85 commit 5913d04

25 files changed

+128
-132
lines changed

β€ŽDesign-Patterns.playground.zip

168 Bytes
Binary file not shown.

β€ŽDesign-Patterns.playground/Documentation/section-1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1 id="creational">Creational</h1>
2121
<p>In software engineering, creational design patterns are design patterns that deal with object creation mechanisms, trying to create objects in a manner suitable to the situation. The basic form of object creation could result in design problems or added complexity to the design. Creational design patterns solve this problem by somehow controlling this object creation.</p>
2222
<p><strong>Source:</strong> <a href="http://en.wikipedia.org/wiki/Creational_pattern">wikipedia.org</a></p>
2323
</blockquote>
24-
<h2 id="singleton">Singleton</h2>
24+
<h2 id="-singleton">πŸ’ Singleton</h2>
2525

2626
</section>
2727
</div>

β€ŽDesign-Patterns.playground/Documentation/section-11.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<body>
1212
<div class="content-wrapper">
1313
<section class="section">
14-
<h2 id="abstract-factory">Abstract Factory</h2>
14+
<h2 id="-abstract-factory">🌰 Abstract Factory</h2>
1515

1616
</section>
1717
</div>

β€ŽDesign-Patterns.playground/Documentation/section-15.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<body>
1212
<div class="content-wrapper">
1313
<section class="section">
14-
<h2 id="prototype">Prototype</h2>
14+
<h2 id="-prototype">πŸƒ Prototype</h2>
1515

1616
</section>
1717
</div>

β€ŽDesign-Patterns.playground/Documentation/section-19.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<body>
1212
<div class="content-wrapper">
1313
<section class="section">
14-
<h2 id="factory-method">Factory Method</h2>
14+
<h2 id="-factory-method">🏭 Factory Method</h2>
1515

1616
</section>
1717
</div>

β€ŽDesign-Patterns.playground/Documentation/section-23.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1 id="structural">Structural</h1>
1616
<p>In software engineering, structural design patterns are design patterns that ease the design by identifying a simple way to realize relationships between entities.</p>
1717
<p><strong>Source:</strong> <a href="http://en.wikipedia.org/wiki/Structural_pattern">wikipedia.org</a></p>
1818
</blockquote>
19-
<h2 id="composite">Composite</h2>
19+
<h2 id="-composite">🌿 Composite</h2>
2020

2121
</section>
2222
</div>

β€ŽDesign-Patterns.playground/Documentation/section-27.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<body>
1212
<div class="content-wrapper">
1313
<section class="section">
14-
<h2 id="fa-ade">FaΓ§ade</h2>
14+
<h2 id="-fa-ade">🎁 Façade</h2>
1515

1616
</section>
1717
</div>

β€ŽDesign-Patterns.playground/Documentation/section-31.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<body>
1212
<div class="content-wrapper">
1313
<section class="section">
14-
<h2 id="adapter">Adapter</h2>
14+
<h2 id="-adapter">πŸ”Œ Adapter</h2>
1515

1616
</section>
1717
</div>

β€ŽDesign-Patterns.playground/Documentation/section-35.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
<body>
1212
<div class="content-wrapper">
1313
<section class="section">
14-
<h2 id="bridge">Bridge</h2>
15-
<h2 id="decorator">Decorator</h2>
16-
<h2 id="proxy">Proxy</h2>
14+
<h2 id="-bridge">🚧 Bridge</h2>
15+
<h2 id="-decorator">🚧 Decorator</h2>
16+
<h2 id="-proxy">🚧 Proxy</h2>
1717
<h1 id="behavioral">Behavioral</h1>
1818
<blockquote>
1919
<p>In software engineering, behavioral design patterns are design patterns that identify common communication patterns between objects and realize these patterns. By doing so, these patterns increase flexibility in carrying out this communication.</p>
2020
<p><strong>Source:</strong> <a href="http://en.wikipedia.org/wiki/Behavioral_pattern">wikipedia.org</a></p>
2121
</blockquote>
22-
<h2 id="chain-of-responsibility">Chain Of Responsibility</h2>
23-
<h2 id="command">Command</h2>
22+
<h2 id="-chain-of-responsibility">🚧 Chain Of Responsibility</h2>
23+
<h2 id="-command">πŸ‘« Command</h2>
2424

2525
</section>
2626
</div>

β€ŽDesign-Patterns.playground/Documentation/section-39.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<body>
1212
<div class="content-wrapper">
1313
<section class="section">
14-
<h2 id="iterator">Iterator</h2>
15-
<h2 id="mediator">Mediator</h2>
16-
<h2 id="memento">Memento</h2>
17-
<h2 id="observer">Observer</h2>
18-
<h2 id="state">State</h2>
14+
<h2 id="-iterator">🚧 Iterator</h2>
15+
<h2 id="-mediator">🚧 Mediator</h2>
16+
<h2 id="-memento">🚧 Memento</h2>
17+
<h2 id="-observer">🚧 Observer</h2>
18+
<h2 id="-state">πŸ‰ State</h2>
1919

2020
</section>
2121
</div>

0 commit comments

Comments
 (0)