rabbit-slide-kou-readable-code-workshop-for-pioneer-implementation 2015.8.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.rabbit +1 -0
- data/README.rd +32 -0
- data/Rakefile +17 -0
- data/config.yaml +22 -0
- data/how-to-proceed.rab +55 -0
- data/images/readable-code-feedback-loop-write-readable-code.svg +825 -0
- data/pdf/readable-code-workshop-for-pioneer-implementation-how-to-proceed.pdf +0 -0
- metadata +79 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 3d801e9af857e89bdd2fd22d95768f14aebed85b
|
4
|
+
data.tar.gz: 7899df514df87539821feae1789c6980466756ce
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: d68de09c75b87e8225e842ed79da139c54a32abbe8db27f00b0ad771e77a399ce79d9ff5f9346b4006a25bf914e04c904e9d3ae38d28c7eae93d336d57465f20
|
7
|
+
data.tar.gz: 7464194dc2bf1b12f2eeae8f0b421bbf020e76631d49a2c58da64d19a07cb550cbbdc2e11dd56124f42c425bd3c933693cb79c4a8399b29548b0d792b1889aa9
|
data/.rabbit
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
how-to-proceed.rab
|
data/README.rd
ADDED
@@ -0,0 +1,32 @@
|
|
1
|
+
= リーダブルコードワークショップ(パイオニア向け) - 課題の実装の進め方
|
2
|
+
|
3
|
+
リーダブルコードワークショップ(パイオニア向け)で実装する課題の概要と進め方の説明。
|
4
|
+
|
5
|
+
== ライセンス
|
6
|
+
|
7
|
+
CC BY-SA 4.0
|
8
|
+
|
9
|
+
原著作者名は以下の通りです。
|
10
|
+
|
11
|
+
* 株式会社クリアコード
|
12
|
+
|
13
|
+
== 作者向け
|
14
|
+
|
15
|
+
=== 表示
|
16
|
+
|
17
|
+
rake
|
18
|
+
|
19
|
+
=== 公開
|
20
|
+
|
21
|
+
rake publish
|
22
|
+
|
23
|
+
== 閲覧者向け
|
24
|
+
|
25
|
+
=== インストール
|
26
|
+
|
27
|
+
gem install rabbit-slide-kou-readable-code-workshop-for-pioneer-implementation
|
28
|
+
|
29
|
+
=== 表示
|
30
|
+
|
31
|
+
rabbit rabbit-slide-kou-readable-code-workshop-for-pioneer-implementation.gem
|
32
|
+
|
data/Rakefile
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
require "rabbit/task/slide"
|
2
|
+
|
3
|
+
# Edit ./config.yaml to customize meta data
|
4
|
+
|
5
|
+
spec = nil
|
6
|
+
Rabbit::Task::Slide.new do |task|
|
7
|
+
spec = task.spec
|
8
|
+
spec.files += Dir.glob("images/**/*.*")
|
9
|
+
# spec.files -= Dir.glob("private/**/*.*")
|
10
|
+
spec.add_runtime_dependency("rabbit-theme-clear-code")
|
11
|
+
end
|
12
|
+
|
13
|
+
desc "Tag #{spec.version}"
|
14
|
+
task :tag do
|
15
|
+
sh("git", "tag", "-a", spec.version.to_s, "-m", "Publish #{spec.version}")
|
16
|
+
sh("git", "push", "--tags")
|
17
|
+
end
|
data/config.yaml
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
---
|
2
|
+
id: readable-code-workshop-for-pioneer-implementation
|
3
|
+
base_name: how-to-proceed
|
4
|
+
tags:
|
5
|
+
- rabbit
|
6
|
+
- readable-code
|
7
|
+
presentation_date: 2015-08-11
|
8
|
+
version: 2015.8.11.0
|
9
|
+
licenses:
|
10
|
+
- CC BY-SA 4.0
|
11
|
+
slideshare_id: readable-code-workshop-for-pioneer-implementation
|
12
|
+
speaker_deck_id:
|
13
|
+
ustream_id:
|
14
|
+
vimeo_id:
|
15
|
+
youtube_id:
|
16
|
+
author:
|
17
|
+
markup_language: :rd
|
18
|
+
name: Kouhei Sutou
|
19
|
+
email: kou@clear-code.com
|
20
|
+
rubygems_user: kou
|
21
|
+
slideshare_user: kou
|
22
|
+
speaker_deck_user: kou
|
data/how-to-proceed.rab
ADDED
@@ -0,0 +1,55 @@
|
|
1
|
+
= 課題の実装の進め方
|
2
|
+
|
3
|
+
: author
|
4
|
+
須藤功平
|
5
|
+
: institution
|
6
|
+
株式会社クリアコード
|
7
|
+
: content-source
|
8
|
+
リーダブルコードワークショップ\n
|
9
|
+
(パイオニア向け)
|
10
|
+
: date
|
11
|
+
2015-08-11
|
12
|
+
: allotted-time
|
13
|
+
5m
|
14
|
+
: theme
|
15
|
+
clear-code
|
16
|
+
|
17
|
+
= 内容
|
18
|
+
|
19
|
+
* ((*個人で*))開発
|
20
|
+
* 午後、交換した相手が読む\n
|
21
|
+
(('note:(午後はペアで開発→チームで開発)'))
|
22
|
+
* リーダブルコードを書くこと!
|
23
|
+
* リーダブルコードをメモ
|
24
|
+
* 自分で「これはリーダブル!」\n
|
25
|
+
と思うコードをメモ
|
26
|
+
|
27
|
+
= リーダブルコードを書く!
|
28
|
+
|
29
|
+
# image
|
30
|
+
# src = images/readable-code-feedback-loop-write-readable-code.svg
|
31
|
+
# relative_height = 95
|
32
|
+
|
33
|
+
== プロパティー
|
34
|
+
|
35
|
+
: enable-title-on-image
|
36
|
+
false
|
37
|
+
|
38
|
+
= 困ったら講師に相談
|
39
|
+
|
40
|
+
* 仕様の意味がピンとこない
|
41
|
+
* 進め方がピンとこない
|
42
|
+
* リーダブルコードを\n
|
43
|
+
見つけられない
|
44
|
+
* 慣れていないと難しいこと
|
45
|
+
* 相談するとヒントを教えてもらえる\n
|
46
|
+
(講師は慣れている)
|
47
|
+
|
48
|
+
= 実装開始
|
49
|
+
|
50
|
+
* 仕様
|
51
|
+
* task.md
|
52
|
+
* 練習
|
53
|
+
* 講師がtask.mdを読んで説明
|
54
|
+
* 仕様1をみんなで実装
|
55
|
+
* 実装できたら休憩→仕様2以降実装
|
@@ -0,0 +1,825 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="585.5752"
|
14
|
+
height="308.55536"
|
15
|
+
id="svg2"
|
16
|
+
version="1.1"
|
17
|
+
inkscape:version="0.91 r13725"
|
18
|
+
sodipodi:docname="readable-code-feedback-loop-write-readable-code.svg"
|
19
|
+
inkscape:export-filename="readable-code-feedback-loop-side-effect.png"
|
20
|
+
inkscape:export-xdpi="90"
|
21
|
+
inkscape:export-ydpi="90">
|
22
|
+
<defs
|
23
|
+
id="defs4">
|
24
|
+
<marker
|
25
|
+
inkscape:isstock="true"
|
26
|
+
style="overflow:visible"
|
27
|
+
id="marker4563"
|
28
|
+
refX="0"
|
29
|
+
refY="0"
|
30
|
+
orient="auto"
|
31
|
+
inkscape:stockid="Arrow1Mend">
|
32
|
+
<path
|
33
|
+
transform="matrix(-0.4,0,0,-0.4,-4,0)"
|
34
|
+
style="fill:#a40000;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1pt;stroke-opacity:1"
|
35
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
|
36
|
+
id="path4565"
|
37
|
+
inkscape:connector-curvature="0" />
|
38
|
+
</marker>
|
39
|
+
<marker
|
40
|
+
inkscape:stockid="Arrow1Mend"
|
41
|
+
orient="auto"
|
42
|
+
refY="0"
|
43
|
+
refX="0"
|
44
|
+
id="Arrow1Mend"
|
45
|
+
style="overflow:visible"
|
46
|
+
inkscape:isstock="true"
|
47
|
+
inkscape:collect="always">
|
48
|
+
<path
|
49
|
+
id="path4284"
|
50
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
|
51
|
+
style="fill:#204a87;fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:1pt;stroke-opacity:1"
|
52
|
+
transform="matrix(-0.4,0,0,-0.4,-4,0)"
|
53
|
+
inkscape:connector-curvature="0" />
|
54
|
+
</marker>
|
55
|
+
<marker
|
56
|
+
inkscape:stockid="Arrow1Lend"
|
57
|
+
orient="auto"
|
58
|
+
refY="0"
|
59
|
+
refX="0"
|
60
|
+
id="Arrow1Lend"
|
61
|
+
style="overflow:visible">
|
62
|
+
<path
|
63
|
+
id="path3764"
|
64
|
+
d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
|
65
|
+
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
|
66
|
+
transform="matrix(-0.8,0,0,-0.8,-10,0)"
|
67
|
+
inkscape:connector-curvature="0" />
|
68
|
+
</marker>
|
69
|
+
<inkscape:perspective
|
70
|
+
id="perspective133"
|
71
|
+
inkscape:persp3d-origin="24 : 16 : 1"
|
72
|
+
inkscape:vp_z="48 : 24 : 1"
|
73
|
+
inkscape:vp_y="0 : 1000 : 0"
|
74
|
+
inkscape:vp_x="0 : 24 : 1"
|
75
|
+
sodipodi:type="inkscape:persp3d" />
|
76
|
+
<linearGradient
|
77
|
+
id="linearGradient2624">
|
78
|
+
<stop
|
79
|
+
style="stop-color:#dfe0df;stop-opacity:1;"
|
80
|
+
offset="0"
|
81
|
+
id="stop2626" />
|
82
|
+
<stop
|
83
|
+
id="stop2630"
|
84
|
+
offset="0.23809524"
|
85
|
+
style="stop-color:#a6b0a6;stop-opacity:1;" />
|
86
|
+
<stop
|
87
|
+
style="stop-color:#b5beb5;stop-opacity:1.0000000;"
|
88
|
+
offset="1.0000000"
|
89
|
+
id="stop2628" />
|
90
|
+
</linearGradient>
|
91
|
+
<linearGradient
|
92
|
+
id="linearGradient2274">
|
93
|
+
<stop
|
94
|
+
id="stop2276"
|
95
|
+
offset="0.0000000"
|
96
|
+
style="stop-color:#000000;stop-opacity:0.12871288;" />
|
97
|
+
<stop
|
98
|
+
id="stop2278"
|
99
|
+
offset="1.0000000"
|
100
|
+
style="stop-color:#000000;stop-opacity:0.0000000;" />
|
101
|
+
</linearGradient>
|
102
|
+
<linearGradient
|
103
|
+
id="linearGradient9749">
|
104
|
+
<stop
|
105
|
+
id="stop9751"
|
106
|
+
offset="0"
|
107
|
+
style="stop-color:#ffffff;stop-opacity:1;" />
|
108
|
+
<stop
|
109
|
+
id="stop9753"
|
110
|
+
offset="1.0000000"
|
111
|
+
style="stop-color:#ededed;stop-opacity:1.0000000;" />
|
112
|
+
</linearGradient>
|
113
|
+
<linearGradient
|
114
|
+
id="linearGradient15107">
|
115
|
+
<stop
|
116
|
+
id="stop15109"
|
117
|
+
offset="0.0000000"
|
118
|
+
style="stop-color:#ffffff;stop-opacity:1.0000000;" />
|
119
|
+
<stop
|
120
|
+
id="stop15111"
|
121
|
+
offset="1.0000000"
|
122
|
+
style="stop-color:#e2e2e2;stop-opacity:1.0000000;" />
|
123
|
+
</linearGradient>
|
124
|
+
<linearGradient
|
125
|
+
y2="11.981981"
|
126
|
+
x2="13.846983"
|
127
|
+
y1="11.48487"
|
128
|
+
x1="11.74217"
|
129
|
+
gradientTransform="matrix(1.276531,0,0,-1.406115,24.24763,33.3374)"
|
130
|
+
gradientUnits="userSpaceOnUse"
|
131
|
+
id="linearGradient1493"
|
132
|
+
xlink:href="#linearGradient15107"
|
133
|
+
inkscape:collect="always" />
|
134
|
+
<linearGradient
|
135
|
+
inkscape:collect="always"
|
136
|
+
xlink:href="#linearGradient3824"
|
137
|
+
id="linearGradient1372"
|
138
|
+
gradientUnits="userSpaceOnUse"
|
139
|
+
gradientTransform="translate(-12.41789,-7)"
|
140
|
+
x1="30.935921"
|
141
|
+
y1="29.553486"
|
142
|
+
x2="30.935921"
|
143
|
+
y2="35.803486" />
|
144
|
+
<linearGradient
|
145
|
+
inkscape:collect="always"
|
146
|
+
xlink:href="#linearGradient2274"
|
147
|
+
id="linearGradient1369"
|
148
|
+
gradientUnits="userSpaceOnUse"
|
149
|
+
gradientTransform="matrix(0.983375,0.181588,-0.181588,0.983375,-7.07212,-9.82492)"
|
150
|
+
x1="20.661695"
|
151
|
+
y1="35.817974"
|
152
|
+
x2="22.626925"
|
153
|
+
y2="36.217758" />
|
154
|
+
<linearGradient
|
155
|
+
inkscape:collect="always"
|
156
|
+
xlink:href="#linearGradient2274"
|
157
|
+
id="linearGradient1366"
|
158
|
+
gradientUnits="userSpaceOnUse"
|
159
|
+
gradientTransform="matrix(-0.977685,0.210075,0.210075,0.977685,41.80576,-11.11866)"
|
160
|
+
x1="22.686766"
|
161
|
+
y1="36.3904"
|
162
|
+
x2="21.408455"
|
163
|
+
y2="35.739632" />
|
164
|
+
<linearGradient
|
165
|
+
inkscape:collect="always"
|
166
|
+
xlink:href="#linearGradient2274"
|
167
|
+
id="linearGradient4366"
|
168
|
+
gradientUnits="userSpaceOnUse"
|
169
|
+
x1="22.686766"
|
170
|
+
y1="36.3904"
|
171
|
+
x2="21.408455"
|
172
|
+
y2="35.739632"
|
173
|
+
gradientTransform="matrix(-0.977685,0.210075,0.210075,0.977685,55.1096,-3.945209)" />
|
174
|
+
<linearGradient
|
175
|
+
inkscape:collect="always"
|
176
|
+
xlink:href="#linearGradient2274"
|
177
|
+
id="linearGradient4362"
|
178
|
+
x1="20.661695"
|
179
|
+
y1="35.817974"
|
180
|
+
x2="22.626925"
|
181
|
+
y2="36.217758"
|
182
|
+
gradientUnits="userSpaceOnUse"
|
183
|
+
gradientTransform="matrix(0.983375,0.181588,-0.181588,0.983375,6.231716,-2.651466)" />
|
184
|
+
<radialGradient
|
185
|
+
inkscape:collect="always"
|
186
|
+
xlink:href="#linearGradient4344"
|
187
|
+
id="radialGradient4350"
|
188
|
+
cx="16.214741"
|
189
|
+
cy="19.836468"
|
190
|
+
fx="16.214741"
|
191
|
+
fy="19.836468"
|
192
|
+
r="13.56536"
|
193
|
+
gradientTransform="matrix(1,0,0,0.681917,0,8.233773)"
|
194
|
+
gradientUnits="userSpaceOnUse" />
|
195
|
+
<linearGradient
|
196
|
+
inkscape:collect="always"
|
197
|
+
xlink:href="#linearGradient3824"
|
198
|
+
id="linearGradient4332"
|
199
|
+
gradientUnits="userSpaceOnUse"
|
200
|
+
x1="30.935921"
|
201
|
+
y1="29.553486"
|
202
|
+
x2="30.935921"
|
203
|
+
y2="35.803486"
|
204
|
+
gradientTransform="translate(-13.125,-7)" />
|
205
|
+
<linearGradient
|
206
|
+
inkscape:collect="always"
|
207
|
+
xlink:href="#linearGradient3824"
|
208
|
+
id="linearGradient4175"
|
209
|
+
gradientUnits="userSpaceOnUse"
|
210
|
+
x1="30.935921"
|
211
|
+
y1="29.553486"
|
212
|
+
x2="30.935921"
|
213
|
+
y2="35.803486"
|
214
|
+
gradientTransform="translate(0.707108,0)" />
|
215
|
+
<linearGradient
|
216
|
+
inkscape:collect="always"
|
217
|
+
xlink:href="#linearGradient3824"
|
218
|
+
id="linearGradient3830"
|
219
|
+
x1="30.935921"
|
220
|
+
y1="29.553486"
|
221
|
+
x2="30.935921"
|
222
|
+
y2="35.803486"
|
223
|
+
gradientUnits="userSpaceOnUse" />
|
224
|
+
<radialGradient
|
225
|
+
inkscape:collect="always"
|
226
|
+
xlink:href="#linearGradient3800"
|
227
|
+
id="radialGradient3806"
|
228
|
+
cx="29.344931"
|
229
|
+
cy="17.064077"
|
230
|
+
fx="29.344931"
|
231
|
+
fy="17.064077"
|
232
|
+
r="9.1620579"
|
233
|
+
gradientUnits="userSpaceOnUse" />
|
234
|
+
<linearGradient
|
235
|
+
id="linearGradient3800">
|
236
|
+
<stop
|
237
|
+
style="stop-color:#f4d9b1;stop-opacity:1.0000000;"
|
238
|
+
offset="0.0000000"
|
239
|
+
id="stop3802" />
|
240
|
+
<stop
|
241
|
+
style="stop-color:#df9725;stop-opacity:1.0000000;"
|
242
|
+
offset="1.0000000"
|
243
|
+
id="stop3804" />
|
244
|
+
</linearGradient>
|
245
|
+
<linearGradient
|
246
|
+
id="linearGradient3824">
|
247
|
+
<stop
|
248
|
+
style="stop-color:#ffffff;stop-opacity:1;"
|
249
|
+
offset="0"
|
250
|
+
id="stop3826" />
|
251
|
+
<stop
|
252
|
+
style="stop-color:#c9c9c9;stop-opacity:1.0000000;"
|
253
|
+
offset="1.0000000"
|
254
|
+
id="stop3828" />
|
255
|
+
</linearGradient>
|
256
|
+
<linearGradient
|
257
|
+
id="linearGradient4163">
|
258
|
+
<stop
|
259
|
+
style="stop-color:#3b74bc;stop-opacity:1.0000000;"
|
260
|
+
offset="0.0000000"
|
261
|
+
id="stop4165" />
|
262
|
+
<stop
|
263
|
+
style="stop-color:#2d5990;stop-opacity:1.0000000;"
|
264
|
+
offset="1.0000000"
|
265
|
+
id="stop4167" />
|
266
|
+
</linearGradient>
|
267
|
+
<linearGradient
|
268
|
+
id="linearGradient4338">
|
269
|
+
<stop
|
270
|
+
id="stop4340"
|
271
|
+
offset="0.0000000"
|
272
|
+
style="stop-color:#e9b15e;stop-opacity:1.0000000;" />
|
273
|
+
<stop
|
274
|
+
id="stop4342"
|
275
|
+
offset="1.0000000"
|
276
|
+
style="stop-color:#966416;stop-opacity:1.0000000;" />
|
277
|
+
</linearGradient>
|
278
|
+
<linearGradient
|
279
|
+
id="linearGradient4344">
|
280
|
+
<stop
|
281
|
+
style="stop-color:#727e0a;stop-opacity:1;"
|
282
|
+
offset="0"
|
283
|
+
id="stop4346" />
|
284
|
+
<stop
|
285
|
+
style="stop-color:#5b6508;stop-opacity:1.0000000;"
|
286
|
+
offset="1.0000000"
|
287
|
+
id="stop4348" />
|
288
|
+
</linearGradient>
|
289
|
+
<inkscape:perspective
|
290
|
+
id="perspective72"
|
291
|
+
inkscape:persp3d-origin="24 : 16 : 1"
|
292
|
+
inkscape:vp_z="48 : 24 : 1"
|
293
|
+
inkscape:vp_y="0 : 1000 : 0"
|
294
|
+
inkscape:vp_x="0 : 24 : 1"
|
295
|
+
sodipodi:type="inkscape:persp3d" />
|
296
|
+
<radialGradient
|
297
|
+
gradientUnits="userSpaceOnUse"
|
298
|
+
r="9.1620579"
|
299
|
+
fy="17.064077"
|
300
|
+
fx="29.344931"
|
301
|
+
cy="17.064077"
|
302
|
+
cx="29.344931"
|
303
|
+
id="radialGradient3806-2"
|
304
|
+
xlink:href="#linearGradient3800"
|
305
|
+
inkscape:collect="always" />
|
306
|
+
<radialGradient
|
307
|
+
gradientUnits="userSpaceOnUse"
|
308
|
+
r="8.6620579"
|
309
|
+
fy="19.008621"
|
310
|
+
fx="31.112698"
|
311
|
+
cy="19.008621"
|
312
|
+
cx="31.112698"
|
313
|
+
id="radialGradient3822-0"
|
314
|
+
xlink:href="#linearGradient2274"
|
315
|
+
inkscape:collect="always" />
|
316
|
+
<linearGradient
|
317
|
+
gradientUnits="userSpaceOnUse"
|
318
|
+
y2="35.803486"
|
319
|
+
x2="30.935921"
|
320
|
+
y1="29.553486"
|
321
|
+
x1="30.935921"
|
322
|
+
id="linearGradient4954"
|
323
|
+
xlink:href="#linearGradient3824"
|
324
|
+
inkscape:collect="always" />
|
325
|
+
<radialGradient
|
326
|
+
gradientUnits="userSpaceOnUse"
|
327
|
+
gradientTransform="matrix(1.297564,0,0,0.884831,-8.358505,4.940469)"
|
328
|
+
r="13.56536"
|
329
|
+
fy="27.203083"
|
330
|
+
fx="28.089741"
|
331
|
+
cy="27.203083"
|
332
|
+
cx="28.089741"
|
333
|
+
id="radialGradient4169-6"
|
334
|
+
xlink:href="#linearGradient4163"
|
335
|
+
inkscape:collect="always" />
|
336
|
+
<radialGradient
|
337
|
+
gradientTransform="matrix(0.787998,0,0,0.787998,6.221198,3.617627)"
|
338
|
+
r="9.1620579"
|
339
|
+
fy="17.064077"
|
340
|
+
fx="29.344931"
|
341
|
+
cy="17.064077"
|
342
|
+
cx="29.344931"
|
343
|
+
gradientUnits="userSpaceOnUse"
|
344
|
+
id="radialGradient4171-0"
|
345
|
+
xlink:href="#linearGradient3800"
|
346
|
+
inkscape:collect="always" />
|
347
|
+
<linearGradient
|
348
|
+
gradientTransform="translate(0.707108,0)"
|
349
|
+
y2="35.803486"
|
350
|
+
x2="30.935921"
|
351
|
+
y1="29.553486"
|
352
|
+
x1="30.935921"
|
353
|
+
gradientUnits="userSpaceOnUse"
|
354
|
+
id="linearGradient4958"
|
355
|
+
xlink:href="#linearGradient3824"
|
356
|
+
inkscape:collect="always" />
|
357
|
+
<radialGradient
|
358
|
+
r="8.6620579"
|
359
|
+
fy="19.008621"
|
360
|
+
fx="31.112698"
|
361
|
+
cy="19.008621"
|
362
|
+
cx="31.112698"
|
363
|
+
gradientUnits="userSpaceOnUse"
|
364
|
+
id="radialGradient4179-4"
|
365
|
+
xlink:href="#linearGradient2274"
|
366
|
+
inkscape:collect="always" />
|
367
|
+
<linearGradient
|
368
|
+
y2="35.803486"
|
369
|
+
x2="30.935921"
|
370
|
+
y1="29.553486"
|
371
|
+
x1="30.935921"
|
372
|
+
gradientTransform="translate(-12.41789,-7)"
|
373
|
+
gradientUnits="userSpaceOnUse"
|
374
|
+
id="linearGradient4326"
|
375
|
+
xlink:href="#linearGradient3824"
|
376
|
+
inkscape:collect="always" />
|
377
|
+
<radialGradient
|
378
|
+
r="9.1620579"
|
379
|
+
fy="17.064077"
|
380
|
+
fx="29.344931"
|
381
|
+
cy="17.064077"
|
382
|
+
cx="29.344931"
|
383
|
+
gradientTransform="matrix(0.787998,0,0,0.787998,6.221198,3.617627)"
|
384
|
+
gradientUnits="userSpaceOnUse"
|
385
|
+
id="radialGradient4328-6"
|
386
|
+
xlink:href="#linearGradient4338"
|
387
|
+
inkscape:collect="always" />
|
388
|
+
<radialGradient
|
389
|
+
r="8.6620579"
|
390
|
+
fy="19.008621"
|
391
|
+
fx="31.112698"
|
392
|
+
cy="19.008621"
|
393
|
+
cx="31.112698"
|
394
|
+
gradientUnits="userSpaceOnUse"
|
395
|
+
id="radialGradient4330-2"
|
396
|
+
xlink:href="#linearGradient2274"
|
397
|
+
inkscape:collect="always" />
|
398
|
+
<linearGradient
|
399
|
+
gradientTransform="translate(-13.125,-7)"
|
400
|
+
y2="35.803486"
|
401
|
+
x2="30.935921"
|
402
|
+
y1="29.553486"
|
403
|
+
x1="30.935921"
|
404
|
+
gradientUnits="userSpaceOnUse"
|
405
|
+
id="linearGradient4964"
|
406
|
+
xlink:href="#linearGradient3824"
|
407
|
+
inkscape:collect="always" />
|
408
|
+
<radialGradient
|
409
|
+
r="8.6620579"
|
410
|
+
fy="19.008621"
|
411
|
+
fx="31.112698"
|
412
|
+
cy="19.008621"
|
413
|
+
cx="31.112698"
|
414
|
+
gradientUnits="userSpaceOnUse"
|
415
|
+
id="radialGradient4336-2"
|
416
|
+
xlink:href="#linearGradient2274"
|
417
|
+
inkscape:collect="always" />
|
418
|
+
<radialGradient
|
419
|
+
gradientUnits="userSpaceOnUse"
|
420
|
+
gradientTransform="matrix(1,0,0,0.681917,0,8.233773)"
|
421
|
+
r="13.56536"
|
422
|
+
fy="19.836468"
|
423
|
+
fx="16.214741"
|
424
|
+
cy="19.836468"
|
425
|
+
cx="16.214741"
|
426
|
+
id="radialGradient4350-9"
|
427
|
+
xlink:href="#linearGradient4344"
|
428
|
+
inkscape:collect="always" />
|
429
|
+
<linearGradient
|
430
|
+
gradientTransform="matrix(0.983375,0.181588,-0.181588,0.983375,6.231716,-2.651466)"
|
431
|
+
gradientUnits="userSpaceOnUse"
|
432
|
+
y2="36.217758"
|
433
|
+
x2="22.626925"
|
434
|
+
y1="35.817974"
|
435
|
+
x1="20.661695"
|
436
|
+
id="linearGradient4968"
|
437
|
+
xlink:href="#linearGradient2274"
|
438
|
+
inkscape:collect="always" />
|
439
|
+
<linearGradient
|
440
|
+
gradientTransform="matrix(-0.977685,0.210075,0.210075,0.977685,55.1096,-3.945209)"
|
441
|
+
y2="35.739632"
|
442
|
+
x2="21.408455"
|
443
|
+
y1="36.3904"
|
444
|
+
x1="22.686766"
|
445
|
+
gradientUnits="userSpaceOnUse"
|
446
|
+
id="linearGradient4970"
|
447
|
+
xlink:href="#linearGradient2274"
|
448
|
+
inkscape:collect="always" />
|
449
|
+
<linearGradient
|
450
|
+
y2="36.217758"
|
451
|
+
x2="22.626925"
|
452
|
+
y1="35.817974"
|
453
|
+
x1="20.661695"
|
454
|
+
gradientTransform="matrix(0.983375,0.181588,-0.181588,0.983375,-7.07212,-9.82492)"
|
455
|
+
gradientUnits="userSpaceOnUse"
|
456
|
+
id="linearGradient4372"
|
457
|
+
xlink:href="#linearGradient2274"
|
458
|
+
inkscape:collect="always" />
|
459
|
+
<linearGradient
|
460
|
+
y2="35.739632"
|
461
|
+
x2="21.408455"
|
462
|
+
y1="36.3904"
|
463
|
+
x1="22.686766"
|
464
|
+
gradientTransform="matrix(-0.977685,0.210075,0.210075,0.977685,41.80576,-11.11866)"
|
465
|
+
gradientUnits="userSpaceOnUse"
|
466
|
+
id="linearGradient4374"
|
467
|
+
xlink:href="#linearGradient2274"
|
468
|
+
inkscape:collect="always" />
|
469
|
+
<linearGradient
|
470
|
+
y2="35.739632"
|
471
|
+
x2="21.408455"
|
472
|
+
y1="36.3904"
|
473
|
+
x1="22.686766"
|
474
|
+
gradientTransform="matrix(-0.977685,0.210075,0.210075,0.977685,41.80576,-11.11866)"
|
475
|
+
gradientUnits="userSpaceOnUse"
|
476
|
+
id="linearGradient4974"
|
477
|
+
xlink:href="#linearGradient2274"
|
478
|
+
inkscape:collect="always" />
|
479
|
+
<linearGradient
|
480
|
+
y2="36.217758"
|
481
|
+
x2="22.626925"
|
482
|
+
y1="35.817974"
|
483
|
+
x1="20.661695"
|
484
|
+
gradientTransform="matrix(0.983375,0.181588,-0.181588,0.983375,-7.07212,-9.82492)"
|
485
|
+
gradientUnits="userSpaceOnUse"
|
486
|
+
id="linearGradient4976"
|
487
|
+
xlink:href="#linearGradient2274"
|
488
|
+
inkscape:collect="always" />
|
489
|
+
<linearGradient
|
490
|
+
y2="35.803486"
|
491
|
+
x2="30.935921"
|
492
|
+
y1="29.553486"
|
493
|
+
x1="30.935921"
|
494
|
+
gradientTransform="translate(-12.41789,-7)"
|
495
|
+
gradientUnits="userSpaceOnUse"
|
496
|
+
id="linearGradient4978"
|
497
|
+
xlink:href="#linearGradient3824"
|
498
|
+
inkscape:collect="always" />
|
499
|
+
<radialGradient
|
500
|
+
r="13.56536"
|
501
|
+
fy="19.836468"
|
502
|
+
fx="16.214741"
|
503
|
+
cy="19.836468"
|
504
|
+
cx="16.214741"
|
505
|
+
gradientTransform="matrix(1,0,0,0.681917,0,8.233773)"
|
506
|
+
gradientUnits="userSpaceOnUse"
|
507
|
+
id="radialGradient1381-1"
|
508
|
+
xlink:href="#linearGradient4344"
|
509
|
+
inkscape:collect="always" />
|
510
|
+
</defs>
|
511
|
+
<sodipodi:namedview
|
512
|
+
id="base"
|
513
|
+
pagecolor="#ffffff"
|
514
|
+
bordercolor="#666666"
|
515
|
+
borderopacity="1.0"
|
516
|
+
inkscape:pageopacity="0.0"
|
517
|
+
inkscape:pageshadow="2"
|
518
|
+
inkscape:zoom="0.771401"
|
519
|
+
inkscape:cx="519.7984"
|
520
|
+
inkscape:cy="274.69248"
|
521
|
+
inkscape:document-units="px"
|
522
|
+
inkscape:current-layer="layer1"
|
523
|
+
showgrid="false"
|
524
|
+
inkscape:window-width="1237"
|
525
|
+
inkscape:window-height="817"
|
526
|
+
inkscape:window-x="2811"
|
527
|
+
inkscape:window-y="60"
|
528
|
+
inkscape:window-maximized="0"
|
529
|
+
fit-margin-top="10"
|
530
|
+
fit-margin-left="78"
|
531
|
+
fit-margin-right="10"
|
532
|
+
fit-margin-bottom="10" />
|
533
|
+
<metadata
|
534
|
+
id="metadata7">
|
535
|
+
<rdf:RDF>
|
536
|
+
<cc:Work
|
537
|
+
rdf:about="">
|
538
|
+
<dc:format>image/svg+xml</dc:format>
|
539
|
+
<dc:type
|
540
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
541
|
+
<dc:title></dc:title>
|
542
|
+
</cc:Work>
|
543
|
+
</rdf:RDF>
|
544
|
+
</metadata>
|
545
|
+
<g
|
546
|
+
inkscape:label="レイヤー 1"
|
547
|
+
inkscape:groupmode="layer"
|
548
|
+
id="layer1"
|
549
|
+
transform="translate(26.559967,-236.04138)">
|
550
|
+
<text
|
551
|
+
xml:space="preserve"
|
552
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none"
|
553
|
+
x="224.52937"
|
554
|
+
y="389.34064"
|
555
|
+
id="text4406"
|
556
|
+
sodipodi:linespacing="125%"><tspan
|
557
|
+
sodipodi:role="line"
|
558
|
+
id="tspan3352"
|
559
|
+
x="224.52937"
|
560
|
+
y="389.34064">チーム</tspan></text>
|
561
|
+
<text
|
562
|
+
xml:space="preserve"
|
563
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#a40000;fill-opacity:1;stroke:none"
|
564
|
+
x="270.38873"
|
565
|
+
y="501.73541"
|
566
|
+
id="text5534"
|
567
|
+
sodipodi:linespacing="125%"><tspan
|
568
|
+
sodipodi:role="line"
|
569
|
+
id="tspan4633"
|
570
|
+
x="270.38873"
|
571
|
+
y="501.73541">読まれるし</tspan><tspan
|
572
|
+
sodipodi:role="line"
|
573
|
+
id="tspan4635"
|
574
|
+
x="270.38873"
|
575
|
+
y="532.98541">リーダブルコードを書こう!</tspan></text>
|
576
|
+
<path
|
577
|
+
style="opacity:1;fill:none;fill-opacity:0.49803922;stroke:#a40000;stroke-width:2.18692946;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker4563)"
|
578
|
+
d="m 232.79039,467.03417 a 95.360878,95.360878 0 0 1 -68.0771,-91.37447 95.360878,95.360878 0 0 1 68.06528,-91.37093"
|
579
|
+
id="path3424"
|
580
|
+
inkscape:connector-curvature="0" />
|
581
|
+
<text
|
582
|
+
sodipodi:linespacing="125%"
|
583
|
+
id="text4617"
|
584
|
+
y="441.42209"
|
585
|
+
x="231.48227"
|
586
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#a40000;fill-opacity:1;stroke:none"
|
587
|
+
xml:space="preserve"><tspan
|
588
|
+
sodipodi:role="line"
|
589
|
+
id="tspan4621"
|
590
|
+
x="231.48227"
|
591
|
+
y="441.42209">書く</tspan></text>
|
592
|
+
<g
|
593
|
+
id="layer1-9"
|
594
|
+
inkscape:label="cipek"
|
595
|
+
style="display:inline"
|
596
|
+
transform="matrix(1.1596899,0,0,1.1596899,248.09116,430.45671)">
|
597
|
+
<circle
|
598
|
+
r="8.6620579"
|
599
|
+
cy="19.008621"
|
600
|
+
cx="31.112698"
|
601
|
+
transform="matrix(1.77551,0,0,0.959183,-37.37822,11.77153)"
|
602
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#radialGradient4336-2);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
603
|
+
id="path4177-2" />
|
604
|
+
<path
|
605
|
+
inkscape:connector-curvature="0"
|
606
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#radialGradient1381-1);fill-opacity:1;fill-rule:evenodd;stroke:#404604;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
607
|
+
d="m 12.861174,34.636039 10.606602,0 c 3.005204,0 5.980484,-1.101932 7.071067,-4.242641 1.035639,-2.982476 0.176777,-8.662058 -6.540737,-13.258252 l -12.551146,0 c -6.717514,4.24264 -7.556991,10.044831 -6.010407,13.435028 1.575595,3.45379 4.24264,4.065865 7.424621,4.065865 z"
|
608
|
+
id="path2329-4"
|
609
|
+
sodipodi:nodetypes="cczcczc" />
|
610
|
+
<path
|
611
|
+
inkscape:connector-curvature="0"
|
612
|
+
sodipodi:nodetypes="cccc"
|
613
|
+
id="path3812-6"
|
614
|
+
d="m 17.932367,19.786797 c 0,0 -2.151323,1.660335 -1.965991,3.660533 -2.041226,-1.800794 -2.099873,-5.251524 -2.099873,-5.251524 l 4.065864,1.590991 z"
|
615
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#9db029;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
616
|
+
<path
|
617
|
+
inkscape:connector-curvature="0"
|
618
|
+
sodipodi:nodetypes="cczcczc"
|
619
|
+
id="path3838-6"
|
620
|
+
d="m 12.966639,33.571836 10.31667,0 c 2.639723,0 5.253161,-0.967919 6.211112,-3.726667 0.909689,-2.61976 -0.09472,-7.608614 -5.995279,-11.645837 l -11.524725,0 c -5.900557,3.726667 -6.88794,8.823219 -5.529446,11.801114 1.383978,3.033754 3.726667,3.57139 6.521668,3.57139 z"
|
621
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.21518986;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999976px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
622
|
+
<path
|
623
|
+
inkscape:connector-curvature="0"
|
624
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#9db029;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
625
|
+
d="m 18.910795,19.786797 c 0,0 2.151323,1.660335 1.965991,3.660533 2.041226,-1.800794 2.099873,-5.251524 2.099873,-5.251524 l -4.065864,1.590991 z"
|
626
|
+
id="path3810-7"
|
627
|
+
sodipodi:nodetypes="cccc" />
|
628
|
+
<circle
|
629
|
+
r="8.6620579"
|
630
|
+
cy="19.008621"
|
631
|
+
cx="31.112698"
|
632
|
+
id="path3814-8"
|
633
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#radialGradient4330-2);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
634
|
+
transform="translate(-13.25,-3.5)" />
|
635
|
+
<circle
|
636
|
+
r="8.6620579"
|
637
|
+
cy="19.008621"
|
638
|
+
cx="31.112698"
|
639
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#radialGradient4328-6);fill-opacity:1;fill-rule:evenodd;stroke:#6f4709;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
640
|
+
id="path2327-0"
|
641
|
+
transform="translate(-13.125,-7)" />
|
642
|
+
<circle
|
643
|
+
r="8.6620579"
|
644
|
+
cy="19.008621"
|
645
|
+
cx="31.112698"
|
646
|
+
id="path3834-8"
|
647
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12658231;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.14012825px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
648
|
+
transform="matrix(0.877095,0,0,0.877095,-9.301073,-4.663733)" />
|
649
|
+
<path
|
650
|
+
inkscape:connector-curvature="0"
|
651
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient1372);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
652
|
+
d="m 22.583894,27.034641 4.24264,0 -2.474873,-2.298097 -0.53033,0.707107 -0.530331,-0.53033 -0.707106,2.12132 z"
|
653
|
+
id="path4173-8" />
|
654
|
+
<path
|
655
|
+
inkscape:connector-curvature="0"
|
656
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.22784807;fill:url(#linearGradient1369);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
657
|
+
d="m 8.5479535,33.601747 c -1.247607,-0.544969 -1.805994,-1.858277 -1.805994,-1.858277 0.841281,-4.069136 3.7199255,-7.046216 3.7199255,-7.046216 0,0 -2.2793215,6.411514 -1.9139315,8.904493 z"
|
658
|
+
id="path4368-9"
|
659
|
+
sodipodi:nodetypes="cccc" />
|
660
|
+
<path
|
661
|
+
inkscape:connector-curvature="0"
|
662
|
+
sodipodi:nodetypes="cccc"
|
663
|
+
id="path4370-4"
|
664
|
+
d="m 27.453661,32.743396 c 1.231251,-0.580978 1.80438,-2.002321 1.80438,-2.002321 -0.95912,-4.042983 -3.976149,-6.842821 -3.976149,-6.842821 0,0 2.464593,6.342602 2.171769,8.845142 z"
|
665
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.22784807;fill:url(#linearGradient1366);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
|
666
|
+
</g>
|
667
|
+
<text
|
668
|
+
sodipodi:linespacing="125%"
|
669
|
+
id="text4256"
|
670
|
+
y="443.13889"
|
671
|
+
x="109.15488"
|
672
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
|
673
|
+
xml:space="preserve"><tspan
|
674
|
+
sodipodi:role="line"
|
675
|
+
id="tspan4262"
|
676
|
+
x="109.15488"
|
677
|
+
y="443.13889">リーダブル</tspan><tspan
|
678
|
+
sodipodi:role="line"
|
679
|
+
id="tspan4264"
|
680
|
+
x="109.15488"
|
681
|
+
y="474.38889">コード</tspan></text>
|
682
|
+
<g
|
683
|
+
id="g4272"
|
684
|
+
style="opacity:0.5">
|
685
|
+
<text
|
686
|
+
xml:space="preserve"
|
687
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#204a87;fill-opacity:1;stroke:none"
|
688
|
+
x="267.0603"
|
689
|
+
y="266.89099"
|
690
|
+
id="text5548"
|
691
|
+
sodipodi:linespacing="125%"><tspan
|
692
|
+
y="266.89099"
|
693
|
+
x="267.0603"
|
694
|
+
id="tspan4631"
|
695
|
+
sodipodi:role="line">リーダブルコードはないかな?</tspan></text>
|
696
|
+
<path
|
697
|
+
inkscape:connector-curvature="0"
|
698
|
+
id="path3443"
|
699
|
+
d="m 304.70398,282.75817 a 95.360878,95.360878 0 0 1 74.12685,92.96673 95.360878,95.360878 0 0 1 -74.12275,92.9658"
|
700
|
+
style="opacity:1;fill:none;fill-opacity:0.49803922;stroke:#204a87;stroke-width:2.18700004;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#Arrow1Mend)" />
|
701
|
+
<text
|
702
|
+
sodipodi:linespacing="125%"
|
703
|
+
id="text4623"
|
704
|
+
y="331.54074"
|
705
|
+
x="313.4664"
|
706
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#204a87;fill-opacity:1;stroke:none"
|
707
|
+
xml:space="preserve"><tspan
|
708
|
+
y="331.54074"
|
709
|
+
x="313.4664"
|
710
|
+
id="tspan4629"
|
711
|
+
sodipodi:role="line">読む</tspan></text>
|
712
|
+
<g
|
713
|
+
transform="matrix(1.1596899,0,0,1.1596899,232.87023,259.36666)"
|
714
|
+
style="display:inline"
|
715
|
+
inkscape:label="dalsi cipek"
|
716
|
+
id="layer2-9">
|
717
|
+
<circle
|
718
|
+
id="path4306-4"
|
719
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#radialGradient4179-4);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
720
|
+
transform="matrix(1.77551,0,0,0.583984,-24.25322,28.27856)"
|
721
|
+
cx="31.112698"
|
722
|
+
cy="19.008621"
|
723
|
+
r="8.6620579" />
|
724
|
+
<path
|
725
|
+
sodipodi:nodetypes="cczcczc"
|
726
|
+
id="path4308-9"
|
727
|
+
d="m 25.986174,41.636039 10.606602,0 c 3.005204,0 5.980484,-1.101932 7.071067,-4.242641 1.035639,-2.982476 0.176777,-8.662058 -6.540737,-13.258252 l -12.551146,0 c -6.717514,4.24264 -7.556991,10.044831 -6.010407,13.435028 1.575595,3.45379 4.24264,4.065865 7.424621,4.065865 z"
|
728
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#radialGradient4169-6);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
729
|
+
inkscape:connector-curvature="0" />
|
730
|
+
<path
|
731
|
+
sodipodi:nodetypes="cccc"
|
732
|
+
id="path4310-9"
|
733
|
+
d="m 26.693281,25.726136 c 3.18198,2.828427 4.596194,13.081476 4.596194,13.081476 0,0 1.414213,-10.253048 3.889087,-13.258252 l -8.485281,0.176776 z"
|
734
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient3830);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
735
|
+
inkscape:connector-curvature="0" />
|
736
|
+
<path
|
737
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
738
|
+
d="m 28.972721,26.786797 c 0,0 -2.151323,1.660335 -1.965991,3.660533 -2.041226,-1.800794 -2.099873,-5.251524 -2.099873,-5.251524 l 4.065864,1.590991 z"
|
739
|
+
id="path4312-0"
|
740
|
+
sodipodi:nodetypes="cccc"
|
741
|
+
inkscape:connector-curvature="0" />
|
742
|
+
<path
|
743
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.21518986;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999976px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
744
|
+
d="m 25.914862,40.593933 10.493447,-0.0221 c 2.639723,0 5.253161,-0.967919 6.211112,-3.726667 0.909689,-2.61976 -0.09472,-7.608614 -5.995279,-11.645837 L 25.099417,24.956264 c -5.900557,3.726667 -7.04262,8.823219 -5.662029,12.044182 1.380592,3.220963 3.395211,3.57139 6.477474,3.593487 z"
|
745
|
+
id="path4314-2"
|
746
|
+
sodipodi:nodetypes="cczcczc"
|
747
|
+
inkscape:connector-curvature="0" />
|
748
|
+
<path
|
749
|
+
sodipodi:nodetypes="cccc"
|
750
|
+
id="path4316-9"
|
751
|
+
d="m 33.410795,26.786797 c 0,0 2.151323,1.660335 1.965991,3.660533 2.041226,-1.800794 2.099873,-5.251524 2.099873,-5.251524 l -4.065864,1.590991 z"
|
752
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
753
|
+
inkscape:connector-curvature="0" />
|
754
|
+
<circle
|
755
|
+
transform="translate(-0.125,3.5)"
|
756
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#radialGradient3822-0);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
757
|
+
id="path4318-5"
|
758
|
+
cx="31.112698"
|
759
|
+
cy="19.008621"
|
760
|
+
r="8.6620579" />
|
761
|
+
<circle
|
762
|
+
id="path4320-4"
|
763
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#radialGradient4171-0);fill-opacity:1;fill-rule:evenodd;stroke:#c17d11;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
764
|
+
cx="31.112698"
|
765
|
+
cy="19.008621"
|
766
|
+
r="8.6620579" />
|
767
|
+
<circle
|
768
|
+
transform="matrix(0.877095,0,0,0.877095,3.823927,2.336267)"
|
769
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.19620254;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.14012825px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
770
|
+
id="path4322-9"
|
771
|
+
cx="31.112698"
|
772
|
+
cy="19.008621"
|
773
|
+
r="8.6620579" />
|
774
|
+
<path
|
775
|
+
sodipodi:nodetypes="cccc"
|
776
|
+
id="path4354-3"
|
777
|
+
d="m 21.85179,40.775197 c -1.247607,-0.544969 -1.805994,-1.858277 -1.805994,-1.858277 0.841281,-4.069136 3.719925,-7.046216 3.719925,-7.046216 0,0 -2.279321,6.411514 -1.913931,8.904493 z"
|
778
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.22784807;fill:url(#linearGradient4362);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
779
|
+
inkscape:connector-curvature="0" />
|
780
|
+
<path
|
781
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.22784807;fill:url(#linearGradient4366);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
782
|
+
d="m 40.757497,39.916846 c 1.231251,-0.580978 1.80438,-2.002321 1.80438,-2.002321 -0.95912,-4.042983 -3.976149,-6.842821 -3.976149,-6.842821 0,0 2.464593,6.342602 2.171769,8.845142 z"
|
783
|
+
id="path4364-4"
|
784
|
+
sodipodi:nodetypes="cccc"
|
785
|
+
inkscape:connector-curvature="0" />
|
786
|
+
</g>
|
787
|
+
<text
|
788
|
+
sodipodi:linespacing="125%"
|
789
|
+
id="text4266"
|
790
|
+
y="308.31924"
|
791
|
+
x="434.53687"
|
792
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
|
793
|
+
xml:space="preserve"><tspan
|
794
|
+
sodipodi:role="line"
|
795
|
+
id="tspan4268"
|
796
|
+
x="434.53687"
|
797
|
+
y="308.31924">リーダブル</tspan><tspan
|
798
|
+
sodipodi:role="line"
|
799
|
+
id="tspan4270"
|
800
|
+
x="434.53687"
|
801
|
+
y="339.56924">コード</tspan></text>
|
802
|
+
<path
|
803
|
+
sodipodi:nodetypes="ssssssssss"
|
804
|
+
inkscape:connector-curvature="0"
|
805
|
+
id="rect4280"
|
806
|
+
d="m 328.34186,347.51642 214.57989,0 c 2.77,0 5,2.23 5,5 l 0,50.9574 c 0,2.77 -2.23,5 -5,5 l -214.57989,0 c -2.77,0 -5,-2.23 -5,-5 l 0,-50.9574 c 0,-1.49196 -7.00166,-11.79999 -5.97186,-12.71457 0.88214,-0.78344 9.69382,7.71457 10.97186,7.71457 z"
|
807
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#204a87;stroke-width:2.18700004;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
808
|
+
<text
|
809
|
+
sodipodi:linespacing="125%"
|
810
|
+
id="text4272"
|
811
|
+
y="373.72803"
|
812
|
+
x="440.91168"
|
813
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#204a87;fill-opacity:1;stroke:none"
|
814
|
+
xml:space="preserve"><tspan
|
815
|
+
y="373.72803"
|
816
|
+
x="440.91168"
|
817
|
+
id="tspan4276"
|
818
|
+
sodipodi:role="line">お、リーダブルコードだなぁ。</tspan><tspan
|
819
|
+
y="392.47803"
|
820
|
+
x="440.91168"
|
821
|
+
id="tspan4278"
|
822
|
+
sodipodi:role="line">自分が書く時に取り入れよう!</tspan></text>
|
823
|
+
</g>
|
824
|
+
</g>
|
825
|
+
</svg>
|
metadata
ADDED
@@ -0,0 +1,79 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: rabbit-slide-kou-readable-code-workshop-for-pioneer-implementation
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2015.8.11.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Kouhei Sutou
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2015-08-11 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: rabbit
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 2.0.2
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 2.0.2
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rabbit-theme-clear-code
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
description: "リーダブルコードワークショップ(パイオニア向け)で実装する課題の概要と進め方の説明。"
|
42
|
+
email:
|
43
|
+
- kou@clear-code.com
|
44
|
+
executables: []
|
45
|
+
extensions: []
|
46
|
+
extra_rdoc_files: []
|
47
|
+
files:
|
48
|
+
- ".rabbit"
|
49
|
+
- README.rd
|
50
|
+
- Rakefile
|
51
|
+
- config.yaml
|
52
|
+
- how-to-proceed.rab
|
53
|
+
- images/readable-code-feedback-loop-write-readable-code.svg
|
54
|
+
- pdf/readable-code-workshop-for-pioneer-implementation-how-to-proceed.pdf
|
55
|
+
homepage: http://slide.rabbit-shocker.org/authors/kou/readable-code-workshop-for-pioneer-implementation/
|
56
|
+
licenses:
|
57
|
+
- CC BY-SA 4.0
|
58
|
+
metadata: {}
|
59
|
+
post_install_message:
|
60
|
+
rdoc_options: []
|
61
|
+
require_paths:
|
62
|
+
- lib
|
63
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
64
|
+
requirements:
|
65
|
+
- - ">="
|
66
|
+
- !ruby/object:Gem::Version
|
67
|
+
version: '0'
|
68
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
69
|
+
requirements:
|
70
|
+
- - ">="
|
71
|
+
- !ruby/object:Gem::Version
|
72
|
+
version: '0'
|
73
|
+
requirements: []
|
74
|
+
rubyforge_project:
|
75
|
+
rubygems_version: 2.2.2
|
76
|
+
signing_key:
|
77
|
+
specification_version: 4
|
78
|
+
summary: "リーダブルコードワークショップ(パイオニア向け) - 課題の実装の進め方"
|
79
|
+
test_files: []
|