Skip to content

Commit 9d5e563

Browse files
committed
+generation
1 parent be99c0a commit 9d5e563

22 files changed

+314
-144
lines changed

Design-Patterns.playground.zip

3.11 KB
Binary file not shown.

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,7 @@
1212
<div class="content-wrapper">
1313
<section class="section">
1414
<h2 id="-bridge">🚧 Bridge</h2>
15-
<h2 id="-decorator">🚧 Decorator</h2>
16-
<h2 id="-proxy">🚧 Proxy</h2>
17-
<h1 id="behavioral">Behavioral</h1>
18-
<blockquote>
19-
<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>
20-
<p><strong>Source:</strong> <a href="http://en.wikipedia.org/wiki/Behavioral_pattern">wikipedia.org</a></p>
21-
</blockquote>
22-
<h2 id="-chain-of-responsibility">🚧 Chain Of Responsibility</h2>
23-
<h2 id="-command">👫 Command</h2>
15+
<h2 id="-decorator">🍧 Decorator</h2>
2416

2517
</section>
2618
</div>

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@
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="-proxy">🚧 Proxy</h2>
15+
<h1 id="behavioral">Behavioral</h1>
16+
<blockquote>
17+
<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>
18+
<p><strong>Source:</strong> <a href="http://en.wikipedia.org/wiki/Behavioral_pattern">wikipedia.org</a></p>
19+
</blockquote>
20+
<h2 id="-chain-of-responsibility">🚧 Chain Of Responsibility</h2>
21+
<h2 id="-command">👫 Command</h2>
1922

2023
</section>
2124
</div>

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

1616
</section>
1717
</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 52</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+
<h2 id="-strategy">💡 Strategy</h2>
15+
16+
</section>
17+
</div>
18+
</body>
19+
</html>
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 54</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>
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 56</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+
<h2 id="-visitor">🏃 Visitor</h2>
15+
16+
</section>
17+
</div>
18+
</body>
19+
</html>
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 58</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>

Design-Patterns.playground/contents.xcplayground

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,21 @@
103103
</documentation>
104104
<code source-file-name="section-50.swift">
105105
</code>
106+
<documentation relative-path="section-51.html">
107+
</documentation>
108+
<code source-file-name="section-52.swift">
109+
</code>
110+
<documentation relative-path="section-53.html">
111+
</documentation>
112+
<code source-file-name="section-54.swift">
113+
</code>
114+
<documentation relative-path="section-55.html">
115+
</documentation>
116+
<code source-file-name="section-56.swift">
117+
</code>
118+
<documentation relative-path="section-57.html">
119+
</documentation>
120+
<code source-file-name="section-58.swift">
121+
</code>
106122
</sections>
107123
</playground>

0 commit comments

Comments
 (0)