rabbit-slide-kou-readable-code-workshop-for-pioneer-code-change 2015.8.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 15c681e540bf20e550e1d75ee177790a9f577b5f
4
+ data.tar.gz: edf2a7346ce8bdc687661425e6ce86271c6a39e8
5
+ SHA512:
6
+ metadata.gz: b5f109f1b2a889872dcec05ec9f66047f32f4d9b7b691a65209aa43a0db12dc4551aa94d925b760b52836da8321af728980aa31211fa929aadcecd516b496102
7
+ data.tar.gz: 218ae4a4675faba4b0155b77b45b056718e09216b3f377a735aca8a287dad9bad6fafc4076d5783eb22226ad40a243821bc1c4746eb8d3993cda32919b7728d5
data/.rabbit ADDED
@@ -0,0 +1 @@
1
+ how-to-change-code.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-code-change
28
+
29
+ === 表示
30
+
31
+ rabbit rabbit-slide-kou-readable-code-workshop-for-pioneer-code-change.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-code-change
3
+ base_name: how-to-change-code
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-code-change
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
@@ -0,0 +1,92 @@
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
+ リーダブルな\n
20
+ コードを探す
21
+
22
+ = おさらい:今日の体験内容
23
+
24
+ * 個人として開発する
25
+ * ((*ペアとして開発する*))
26
+ * ペアのリーダブルコードを見つける\n
27
+ (('note:(読みにくいコードは今は置いておく)'))
28
+ * ペアのコードを変更する
29
+ * チームとして開発する
30
+
31
+ = リーダブルコードを発見!
32
+
33
+ # image
34
+ # src = images/readable-code-feedback-loop-find-readable-code.svg
35
+ # relative_height = 95
36
+
37
+ == プロパティー
38
+
39
+ : enable-title-on-image
40
+ false
41
+
42
+ = ポイント
43
+
44
+ (('tag:center'))
45
+ リーダブルじゃないコードより\n
46
+ リーダブルなコード
47
+
48
+ ((' '))
49
+
50
+ = リーダブルじゃないコード
51
+
52
+ * 見つけやすい
53
+ * 異質
54
+ * 読んでいると詰まる
55
+ * 今日のチャレンジ
56
+ * 気をとられない
57
+
58
+ = リーダブルなコード
59
+
60
+ * 見つけにくい
61
+ * まわりのコードになじんでいるから
62
+ * すーっと理解できてひっかからない
63
+ * 今日のチャレンジ
64
+ * 意識して見つけよう!
65
+
66
+ = やること
67
+
68
+ * 他の人のリポジトリーをfork
69
+ * どこまで進んでいるかを把握
70
+ * リーダブルコードを探す
71
+ * 開発を継続(改良)
72
+ * リーダブルコードを探す
73
+
74
+ = リーダブルコードを発見!
75
+
76
+ * メモに残す
77
+ * 「個人として開発」と同じissue
78
+ * メモの内容
79
+ * 「個人として開発」と同じ +
80
+ * 見つけたきっかけ
81
+
82
+ = リーダブルコードとは
83
+
84
+ * 読む人基準
85
+ * 「読む人」が 読みやすいなら\n
86
+ リーダブル
87
+ * 読む人(=自分)基準でよい
88
+ * 自分はどんなコードが\n
89
+ リーダブルだと思うのか\n
90
+ 言語化してみよう
91
+ * 凝った書き方を見つけるのは\n
92
+ 目的ではない!
@@ -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-find-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="2270"
527
+ inkscape:window-y="61"
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
+ sodipodi:linespacing="125%"
563
+ id="text5548"
564
+ y="266.89099"
565
+ x="267.0603"
566
+ 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"
567
+ xml:space="preserve"><tspan
568
+ sodipodi:role="line"
569
+ id="tspan4631"
570
+ x="267.0603"
571
+ y="266.89099">リーダブルコードはないかな?</tspan></text>
572
+ <path
573
+ 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)"
574
+ 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"
575
+ id="path3443"
576
+ inkscape:connector-curvature="0" />
577
+ <text
578
+ xml:space="preserve"
579
+ 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"
580
+ x="313.4664"
581
+ y="331.54074"
582
+ id="text4623"
583
+ sodipodi:linespacing="125%"><tspan
584
+ sodipodi:role="line"
585
+ id="tspan4629"
586
+ x="313.4664"
587
+ y="331.54074">読む</tspan></text>
588
+ <g
589
+ id="layer2-9"
590
+ inkscape:label="dalsi cipek"
591
+ style="display:inline"
592
+ transform="matrix(1.1596899,0,0,1.1596899,232.87023,259.36666)">
593
+ <circle
594
+ r="8.6620579"
595
+ cy="19.008621"
596
+ cx="31.112698"
597
+ transform="matrix(1.77551,0,0,0.583984,-24.25322,28.27856)"
598
+ 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"
599
+ id="path4306-4" />
600
+ <path
601
+ inkscape:connector-curvature="0"
602
+ 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"
603
+ 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"
604
+ id="path4308-9"
605
+ sodipodi:nodetypes="cczcczc" />
606
+ <path
607
+ inkscape:connector-curvature="0"
608
+ 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"
609
+ 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"
610
+ id="path4310-9"
611
+ sodipodi:nodetypes="cccc" />
612
+ <path
613
+ inkscape:connector-curvature="0"
614
+ sodipodi:nodetypes="cccc"
615
+ id="path4312-0"
616
+ 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"
617
+ 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" />
618
+ <path
619
+ inkscape:connector-curvature="0"
620
+ sodipodi:nodetypes="cczcczc"
621
+ id="path4314-2"
622
+ 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"
623
+ 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" />
624
+ <path
625
+ inkscape:connector-curvature="0"
626
+ 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"
627
+ 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"
628
+ id="path4316-9"
629
+ sodipodi:nodetypes="cccc" />
630
+ <circle
631
+ r="8.6620579"
632
+ cy="19.008621"
633
+ cx="31.112698"
634
+ id="path4318-5"
635
+ 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"
636
+ transform="translate(-0.125,3.5)" />
637
+ <circle
638
+ r="8.6620579"
639
+ cy="19.008621"
640
+ cx="31.112698"
641
+ 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"
642
+ id="path4320-4" />
643
+ <circle
644
+ r="8.6620579"
645
+ cy="19.008621"
646
+ cx="31.112698"
647
+ id="path4322-9"
648
+ 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"
649
+ transform="matrix(0.877095,0,0,0.877095,3.823927,2.336267)" />
650
+ <path
651
+ inkscape:connector-curvature="0"
652
+ 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"
653
+ 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"
654
+ id="path4354-3"
655
+ sodipodi:nodetypes="cccc" />
656
+ <path
657
+ inkscape:connector-curvature="0"
658
+ sodipodi:nodetypes="cccc"
659
+ id="path4364-4"
660
+ 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"
661
+ 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" />
662
+ </g>
663
+ <g
664
+ id="g4330"
665
+ style="opacity:0.5">
666
+ <text
667
+ xml:space="preserve"
668
+ 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"
669
+ x="231.48227"
670
+ y="441.42209"
671
+ id="text4617"
672
+ sodipodi:linespacing="125%"><tspan
673
+ y="441.42209"
674
+ x="231.48227"
675
+ id="tspan4621"
676
+ sodipodi:role="line">書く</tspan></text>
677
+ <text
678
+ sodipodi:linespacing="125%"
679
+ id="text5534"
680
+ y="501.73541"
681
+ x="270.38873"
682
+ 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"
683
+ xml:space="preserve"><tspan
684
+ y="501.73541"
685
+ x="270.38873"
686
+ id="tspan4633"
687
+ sodipodi:role="line">読まれるし</tspan><tspan
688
+ y="532.98541"
689
+ x="270.38873"
690
+ id="tspan4635"
691
+ sodipodi:role="line">リーダブルコードを書こう!</tspan></text>
692
+ <path
693
+ inkscape:connector-curvature="0"
694
+ id="path3424"
695
+ 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"
696
+ 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)" />
697
+ <g
698
+ transform="matrix(1.1596899,0,0,1.1596899,248.09116,430.45671)"
699
+ style="display:inline"
700
+ inkscape:label="cipek"
701
+ id="layer1-9">
702
+ <circle
703
+ id="path4177-2"
704
+ 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"
705
+ transform="matrix(1.77551,0,0,0.959183,-37.37822,11.77153)"
706
+ cx="31.112698"
707
+ cy="19.008621"
708
+ r="8.6620579" />
709
+ <path
710
+ sodipodi:nodetypes="cczcczc"
711
+ id="path2329-4"
712
+ 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"
713
+ 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"
714
+ inkscape:connector-curvature="0" />
715
+ <path
716
+ 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"
717
+ 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"
718
+ id="path3812-6"
719
+ sodipodi:nodetypes="cccc"
720
+ inkscape:connector-curvature="0" />
721
+ <path
722
+ 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"
723
+ 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"
724
+ id="path3838-6"
725
+ sodipodi:nodetypes="cczcczc"
726
+ inkscape:connector-curvature="0" />
727
+ <path
728
+ sodipodi:nodetypes="cccc"
729
+ id="path3810-7"
730
+ 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"
731
+ 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"
732
+ inkscape:connector-curvature="0" />
733
+ <circle
734
+ transform="translate(-13.25,-3.5)"
735
+ 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"
736
+ id="path3814-8"
737
+ cx="31.112698"
738
+ cy="19.008621"
739
+ r="8.6620579" />
740
+ <circle
741
+ transform="translate(-13.125,-7)"
742
+ id="path2327-0"
743
+ 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"
744
+ cx="31.112698"
745
+ cy="19.008621"
746
+ r="8.6620579" />
747
+ <circle
748
+ transform="matrix(0.877095,0,0,0.877095,-9.301073,-4.663733)"
749
+ 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"
750
+ id="path3834-8"
751
+ cx="31.112698"
752
+ cy="19.008621"
753
+ r="8.6620579" />
754
+ <path
755
+ id="path4173-8"
756
+ 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"
757
+ 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"
758
+ inkscape:connector-curvature="0" />
759
+ <path
760
+ sodipodi:nodetypes="cccc"
761
+ id="path4368-9"
762
+ 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"
763
+ 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"
764
+ inkscape:connector-curvature="0" />
765
+ <path
766
+ 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"
767
+ 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"
768
+ id="path4370-4"
769
+ sodipodi:nodetypes="cccc"
770
+ inkscape:connector-curvature="0" />
771
+ </g>
772
+ <text
773
+ xml:space="preserve"
774
+ 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"
775
+ x="109.15488"
776
+ y="443.13889"
777
+ id="text4256"
778
+ sodipodi:linespacing="125%"><tspan
779
+ y="443.13889"
780
+ x="109.15488"
781
+ id="tspan4262"
782
+ sodipodi:role="line">リーダブル</tspan><tspan
783
+ y="474.38889"
784
+ x="109.15488"
785
+ id="tspan4264"
786
+ sodipodi:role="line">コード</tspan></text>
787
+ </g>
788
+ <text
789
+ xml:space="preserve"
790
+ 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"
791
+ x="434.53687"
792
+ y="308.31924"
793
+ id="text4266"
794
+ sodipodi:linespacing="125%"><tspan
795
+ y="308.31924"
796
+ x="434.53687"
797
+ id="tspan4268"
798
+ sodipodi:role="line">リーダブル</tspan><tspan
799
+ y="339.56924"
800
+ x="434.53687"
801
+ id="tspan4270"
802
+ sodipodi:role="line">コード</tspan></text>
803
+ <path
804
+ 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"
805
+ 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"
806
+ id="rect4280"
807
+ inkscape:connector-curvature="0"
808
+ sodipodi:nodetypes="ssssssssss" />
809
+ <text
810
+ xml:space="preserve"
811
+ 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"
812
+ x="440.91168"
813
+ y="373.72803"
814
+ id="text4272"
815
+ sodipodi:linespacing="125%"><tspan
816
+ sodipodi:role="line"
817
+ id="tspan4276"
818
+ x="440.91168"
819
+ y="373.72803">お、リーダブルコードだなぁ。</tspan><tspan
820
+ sodipodi:role="line"
821
+ id="tspan4278"
822
+ x="440.91168"
823
+ y="392.47803">自分が書く時に取り入れよう!</tspan></text>
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-code-change
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-change-code.rab
53
+ - images/readable-code-feedback-loop-find-readable-code.svg
54
+ - pdf/readable-code-workshop-for-pioneer-code-change-how-to-change-code.pdf
55
+ homepage: http://slide.rabbit-shocker.org/authors/kou/readable-code-workshop-for-pioneer-code-change/
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: []