Skip to content

Commit 49a71a0

Browse files
author
Oktawian Chojnacki
committed
+generation
1 parent d51ba61 commit 49a71a0

27 files changed

+301
-174
lines changed

Design-Patterns.playground.zip

1.93 KB
Binary file not shown.

Design-Patterns.playground/Documentation/section-43.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="-virtual-proxy">🍬 Virtual Proxy</h2>
14+
<h2 id="-virtual-proxy">🍬 Virtual Proxy</h2>
1515
<p><strong>Source:</strong></p>
1616

1717
</section>

Design-Patterns.playground/Documentation/section-47.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="-protection-proxy"> Protection Proxy</h2>
14+
<h2 id="-protection-proxy">☔ Protection Proxy</h2>
1515
<p><strong>Source:</strong></p>
1616

1717
</section>

Design-Patterns.playground/Documentation/section-51.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ <h1 id="behavioral">Behavioral</h1>
1616
<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>
1717
<p><strong>Source:</strong> <a href="http://en.wikipedia.org/wiki/Behavioral_pattern">wikipedia.org</a></p>
1818
</blockquote>
19-
<h2 id="-chain-of-responsibility">🚧 Chain Of Responsibility</h2>
20-
<h2 id="-command">👫 Command</h2>
19+
<h2 id="-chain-of-responsibility">🐝 Chain Of Responsibility</h2>
20+
<p><strong>Source:</strong></p>
2121

2222
</section>
2323
</div>

Design-Patterns.playground/Documentation/section-55.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
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>
14+
<h2 id="-command">👫 Command</h2>
1815

1916
</section>
2017
</div>

Design-Patterns.playground/Documentation/section-59.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
<body>
1212
<div class="content-wrapper">
1313
<section class="section">
14-
<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>
1518

1619
</section>
1720
</div>

Design-Patterns.playground/Documentation/section-63.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="-strategy">💡 Strategy</h2>
14+
<h2 id="-state">🐉 State</h2>
1515

1616
</section>
1717
</div>

Design-Patterns.playground/Documentation/section-67.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="-visitor">🏃 Visitor</h2>
14+
<h2 id="-strategy">💡 Strategy</h2>
1515

1616
</section>
1717
</div>

Design-Patterns.playground/Documentation/section-71.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
<body>
1212
<div class="content-wrapper">
1313
<section class="section">
14-
<h1 id="info">Info</h1>
15-
<p>🍺 Playground generated with: <a href="https://github.com/jas/swift-playground-builder">Swift Playground Builder</a> by <a href="http://twitter.com/jasonsandmeyer">@jasonsandmeyer</a></p>
16-
<p>🚀 How to generate playground (+zip) from this README: <a href="https://github.com/ochococo/Design-Patterns-In-Swift/blob/master/GENERATE.markdown">GENERATE.markdown</a></p>
14+
<h2 id="-visitor">🏃 Visitor</h2>
1715

1816
</section>
1917
</div>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Section 74</title>
6+
<meta id="xcode-display" name="xcode-display" content="render">
7+
<meta name="apple-mobile-web-app-capable" content="yes">
8+
<meta name="viewport" content="width=device-width, maximum-scale=1.0">
9+
<link rel="stylesheet" type="text/css" href="stylesheet.css">
10+
</head>
11+
<body>
12+
<div class="content-wrapper">
13+
<section class="section">
14+
<p><strong>Usage:</strong></p>
15+
16+
</section>
17+
</div>
18+
</body>
19+
</html>

0 commit comments

Comments
 (0)