rabbit-slide-kou-sezemi-2015-readable-code-conclusion 2015.6.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: d264ff1d8f02d962a81405d37cb72bb494d6a125
4
+ data.tar.gz: aa19903cc48a9b0afe7afb069c4f6849943c2a48
5
+ SHA512:
6
+ metadata.gz: 85d1190b471c03d83eddc6936aae4474fd1fa77b476d89ccd724510ed7cf4ac015c2242ea0e37f7da30bbcce081eccc86964baf5bfc527cb29d860f3b5aa1ed3
7
+ data.tar.gz: e3ae4a3c31409ed6216a6a04c0d24abb0e3c369b289a26e9701acbb9db9e8b80472f21b4dc11df6356c95fb14f7a735489800c9775dffc16a11cc423e7fab79c
data/.rabbit ADDED
@@ -0,0 +1 @@
1
+ next-step.rab
@@ -0,0 +1,33 @@
1
+ = SEゼミ2015 - リーダブルコード勉強会のまとめ
2
+
3
+ 2015年のSEゼミの「プログラミングが好きな学生のためのリーダブルコード勉
4
+ 強会」のまとめ。
5
+
6
+ == ライセンス
7
+
8
+ CC BY-SA 4.0
9
+
10
+ 原著作者名は以下の通りです。
11
+
12
+ * 株式会社クリアコード
13
+
14
+ == 作者向け
15
+
16
+ === 表示
17
+
18
+ rake
19
+
20
+ === 公開
21
+
22
+ rake publish
23
+
24
+ == 閲覧者向け
25
+
26
+ === インストール
27
+
28
+ gem install rabbit-slide-kou-sezemi-2015-readable-code-icebreaker
29
+
30
+ === 表示
31
+
32
+ rabbit rabbit-slide-kou-sezemi-2015-readable-code-icebreaker.gem
33
+
@@ -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
+ # task.spec.files += Dir.glob("doc/**/*.*")
9
+ # task.spec.files -= Dir.glob("private/**/*.*")
10
+ task.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
@@ -0,0 +1,23 @@
1
+ ---
2
+ id: sezemi-2015-readable-code-conclusion
3
+ base_name: next-step
4
+ tags:
5
+ - rabbit
6
+ - readable-code
7
+ - sezemi
8
+ presentation_date: 2015-06-06
9
+ version: 2015.6.6.0
10
+ licenses:
11
+ - CC BY-SA 4.0
12
+ slideshare_id: sezemi-2015-readable-code-conclusion
13
+ speaker_deck_id:
14
+ ustream_id:
15
+ vimeo_id:
16
+ youtube_id:
17
+ author:
18
+ markup_language: :rd
19
+ name: Kouhei Sutou
20
+ email: kou@clear-code.com
21
+ rubygems_user: kou
22
+ slideshare_user: kou
23
+ speaker_deck_user: kou
@@ -0,0 +1,205 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
6
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
7
+ xmlns:cc="http://creativecommons.org/ns#"
8
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
9
+ xmlns:svg="http://www.w3.org/2000/svg"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ width="701.48853"
14
+ height="444.00336"
15
+ id="svg2"
16
+ version="1.1"
17
+ inkscape:version="0.48.4 r9939"
18
+ sodipodi:docname="goal-for-future.svg">
19
+ <defs
20
+ id="defs4">
21
+ <linearGradient
22
+ id="linearGradient3768"
23
+ osb:paint="solid">
24
+ <stop
25
+ style="stop-color:#204a87;stop-opacity:1;"
26
+ offset="0"
27
+ id="stop3770" />
28
+ </linearGradient>
29
+ <marker
30
+ inkscape:stockid="Arrow1Mend"
31
+ orient="auto"
32
+ refY="0"
33
+ refX="0"
34
+ id="Arrow1Mend"
35
+ style="overflow:visible">
36
+ <path
37
+ id="path3768"
38
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
39
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
40
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
41
+ inkscape:connector-curvature="0" />
42
+ </marker>
43
+ </defs>
44
+ <sodipodi:namedview
45
+ id="base"
46
+ pagecolor="#ffffff"
47
+ bordercolor="#666666"
48
+ borderopacity="1.0"
49
+ inkscape:pageopacity="0.0"
50
+ inkscape:pageshadow="2"
51
+ inkscape:zoom="1"
52
+ inkscape:cx="234.89992"
53
+ inkscape:cy="326.36379"
54
+ inkscape:document-units="px"
55
+ inkscape:current-layer="layer1"
56
+ showgrid="false"
57
+ inkscape:window-width="1259"
58
+ inkscape:window-height="816"
59
+ inkscape:window-x="1920"
60
+ inkscape:window-y="27"
61
+ inkscape:window-maximized="0"
62
+ fit-margin-top="10"
63
+ fit-margin-left="10"
64
+ fit-margin-right="10"
65
+ fit-margin-bottom="10" />
66
+ <metadata
67
+ id="metadata7">
68
+ <rdf:RDF>
69
+ <cc:Work
70
+ rdf:about="">
71
+ <dc:format>image/svg+xml</dc:format>
72
+ <dc:type
73
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
74
+ <dc:title />
75
+ </cc:Work>
76
+ </rdf:RDF>
77
+ </metadata>
78
+ <g
79
+ inkscape:label="レイヤー 1"
80
+ inkscape:groupmode="layer"
81
+ id="layer1"
82
+ transform="translate(37.06662,-186.71819)">
83
+ <path
84
+ style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow1Mend)"
85
+ d="m 83,533.36218 520,0"
86
+ id="path2985"
87
+ inkscape:connector-curvature="0" />
88
+ <path
89
+ inkscape:connector-curvature="0"
90
+ id="path4218"
91
+ d="m 122.125,570.48718 0,-319"
92
+ style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow1Mend)"
93
+ sodipodi:nodetypes="cc" />
94
+ <text
95
+ xml:space="preserve"
96
+ style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
97
+ x="577"
98
+ y="617.36218"
99
+ id="text4220"
100
+ sodipodi:linespacing="125%"><tspan
101
+ sodipodi:role="line"
102
+ id="tspan4222"
103
+ x="577"
104
+ y="617.36218">時間</tspan></text>
105
+ <text
106
+ xml:space="preserve"
107
+ style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
108
+ x="-34.72287"
109
+ y="230.31194"
110
+ id="text4224"
111
+ sodipodi:linespacing="125%"><tspan
112
+ sodipodi:role="line"
113
+ id="tspan4226"
114
+ x="-34.72287"
115
+ y="230.31194">リーダブルコード力</tspan></text>
116
+ <text
117
+ sodipodi:linespacing="125%"
118
+ id="text2990"
119
+ y="617.36218"
120
+ x="205"
121
+ style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
122
+ xml:space="preserve"><tspan
123
+ y="617.36218"
124
+ x="205"
125
+ id="tspan2992"
126
+ sodipodi:role="line">今日</tspan></text>
127
+ <path
128
+ sodipodi:nodetypes="cc"
129
+ style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:3, 6;stroke-dashoffset:0;marker-end:none"
130
+ d="m 240.125,570.48718 0,-319"
131
+ id="path2992"
132
+ inkscape:connector-curvature="0" />
133
+ <text
134
+ xml:space="preserve"
135
+ style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
136
+ x="442.73209"
137
+ y="250.71695"
138
+ id="text4013"
139
+ sodipodi:linespacing="125%"><tspan
140
+ sodipodi:role="line"
141
+ id="tspan5842"
142
+ x="442.73209"
143
+ y="250.71695">将来を重視</tspan></text>
144
+ <rect
145
+ style="fill:none;stroke:#a40000;stroke-width:3;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
146
+ id="rect4021"
147
+ width="224.8284"
148
+ height="65.1091"
149
+ x="430.90366"
150
+ y="204.56619"
151
+ rx="10.338835"
152
+ ry="10.338835" />
153
+ <path
154
+ style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
155
+ d="m 122.00863,493.65843 118.18729,1 0,-101.39771 255.96495,0.81044"
156
+ id="path3968-0"
157
+ inkscape:connector-curvature="0"
158
+ sodipodi:nodetypes="cccc" />
159
+ <text
160
+ xml:space="preserve"
161
+ style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
162
+ x="361.89801"
163
+ y="617.36218"
164
+ id="text5787"
165
+ sodipodi:linespacing="125%"><tspan
166
+ sodipodi:role="line"
167
+ id="tspan5805"
168
+ x="361.89801"
169
+ y="617.36218">半年後</tspan></text>
170
+ <path
171
+ inkscape:connector-curvature="0"
172
+ id="path5803"
173
+ d="m 419.11281,570.48718 0,-319"
174
+ style="fill:none;stroke:#a40000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:3, 6;stroke-dashoffset:0;marker-end:none"
175
+ sodipodi:nodetypes="cc" />
176
+ <g
177
+ transform="translate(178.62352,-100.90538)"
178
+ id="g3808">
179
+ <path
180
+ sodipodi:nodetypes="cc"
181
+ inkscape:connector-curvature="0"
182
+ id="path3970"
183
+ d="m 250.11569,493.24835 0,-93.47287"
184
+ style="fill:none;stroke:#a40000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
185
+ <path
186
+ style="fill:none;stroke:#a40000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
187
+ d="m 239.99905,494.38929 20.23328,0"
188
+ id="path3796"
189
+ inkscape:connector-curvature="0"
190
+ sodipodi:nodetypes="cc" />
191
+ <path
192
+ sodipodi:nodetypes="cc"
193
+ inkscape:connector-curvature="0"
194
+ id="path3798"
195
+ d="m 239.99905,400.43133 20.23328,0"
196
+ style="fill:none;stroke:#a40000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
197
+ </g>
198
+ <path
199
+ style="fill:none;stroke:#a40000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
200
+ d="m 122.06511,493.72155 118.37868,1 -0.38277,-36.69744 205.39749,-181.30256"
201
+ id="path3968-6"
202
+ inkscape:connector-curvature="0"
203
+ sodipodi:nodetypes="cccc" />
204
+ </g>
205
+ </svg>
@@ -0,0 +1,142 @@
1
+ = まとめ
2
+
3
+ : author
4
+ 須藤功平
5
+ : institution
6
+ 株式会社クリアコード
7
+ : content-source
8
+ SEゼミ2015 - リーダブルコード勉強会
9
+ : date
10
+ 2015-06-06
11
+ : allotted-time
12
+ 5m
13
+ : theme
14
+ clear-code
15
+
16
+ = 目的の確認
17
+
18
+ (('tag:center'))(('tag:large'))
19
+ 参加者の\n
20
+ リーダブルコード力の\n
21
+ レベルアップ
22
+
23
+ ((' '))
24
+
25
+ = やったこと
26
+
27
+ (1) リーダブルコードを書く
28
+ (2) コードを交換
29
+ (3) リーダブルコードを見つける
30
+ (4) ↑を自分のコードに活かす
31
+ (5) 知見を共有
32
+
33
+ = やったこと
34
+
35
+ OSSの開発で\n
36
+ 当たり前のこと
37
+
38
+ = うまく見つけるコツ
39
+
40
+ * リーダブルコード
41
+ * ((*読む人*))が\n
42
+ 読みやすいなら\n
43
+ リーダブル
44
+ * 読む人視点が重要
45
+ * 読む人の視点を忘れないためには?
46
+ * 普段からコードを読む習慣をつける
47
+
48
+ = 明日からのヒント1
49
+
50
+ * OSSを1つ選ぶ
51
+ * 自分が使っているOSS
52
+ * 気になる会社が作っているOSS
53
+ * 毎日コミットを読む
54
+ * コミットメールを読むのが楽
55
+ * ↑がなかったら相談して\n
56
+ (流せるようにできる)
57
+
58
+ = 明日からのヒント2
59
+
60
+ * さらに開発継続
61
+ * forkされた自リポジトリーをmerge
62
+ * そこから開発継続
63
+ * リーダブルコードは増えていた?
64
+ * 他の参加者のコードも読む
65
+ * リーダブルなコードを見つける
66
+ * 自分のコードに取り込む
67
+
68
+ = 面接時のヒント1
69
+
70
+ コードを\n
71
+ 見せてください
72
+
73
+ = ヒント1の理由
74
+
75
+ 読む人視点が鍛えられていれば…
76
+
77
+ * 企業選びにコードも使える
78
+ * 一緒にコードを書きたくなる?
79
+ * リーダブルなコードで\n
80
+ リーダブルなコードを伝える\n
81
+ そんな先輩がいたら\n
82
+ ステキじゃない?
83
+
84
+ = ヒント1の補足
85
+
86
+ * スナップショットじゃ\n
87
+ わからないかも
88
+ * 一時的にリーダブル?
89
+ * 継続的にリーダブルにしている?
90
+ * 一緒に開発するのが一番わかる
91
+ * インターンシップ参加はよさそう
92
+
93
+ = 面接時のヒント2
94
+
95
+ 開発チーム内で\n
96
+ 仲間のコードを\n
97
+ 読んでますか?
98
+
99
+ = ヒント2の補足
100
+
101
+ * レビューしてるよ
102
+ * 少し違う
103
+ * レビュー:問題がないことを確認
104
+ * うん、そりゃ読みあってるよ
105
+ * 期待大
106
+ * 読みたくて読んでいる
107
+
108
+ = ヒント2の理由
109
+
110
+ * 読んでいない
111
+ * 読む人視点がないかも
112
+ * →リーダブルコードじゃないかも
113
+ * 読みたくて読んでいる
114
+ * 読む人視点を持っていそう
115
+ * 自分も他の人のコードを読める!
116
+
117
+ = 広告
118
+
119
+ (('tag:center'))
120
+ コードリーダー育成支援\n
121
+ (('note:http://www.clear-code.com/services/code-reader/'))
122
+
123
+ (('tag:center'))
124
+ 読みたくて読む文化づくりを支援
125
+
126
+ = メビュー
127
+
128
+ * メビュー at 懇親会
129
+ * 希望者はclear-code/sezemi-2015の\n
130
+ Issue #4を参照
131
+ * メビュー?(Mentor's View)
132
+ * レビューに似ているけど違う
133
+ * レビュー:問題を見つける
134
+ * メビュー:メンターの視点を共有
135
+
136
+ = さいごに
137
+
138
+ リーダブルな\n
139
+ コードを書いて\n
140
+ OSSの開発を\n
141
+ 楽しんで下さい
142
+
metadata ADDED
@@ -0,0 +1,81 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rabbit-slide-kou-sezemi-2015-readable-code-conclusion
3
+ version: !ruby/object:Gem::Version
4
+ version: 2015.6.6.0
5
+ platform: ruby
6
+ authors:
7
+ - Kouhei Sutou
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-06-05 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
+ 2015年のSEゼミの「プログラミングが好きな学生のためのリーダブルコード勉
43
+ 強会」のまとめ。
44
+ email:
45
+ - kou@clear-code.com
46
+ executables: []
47
+ extensions: []
48
+ extra_rdoc_files: []
49
+ files:
50
+ - ".rabbit"
51
+ - README.rd
52
+ - Rakefile
53
+ - config.yaml
54
+ - images/goal.svg
55
+ - next-step.rab
56
+ - pdf/sezemi-2015-readable-code-conclusion-next-step.pdf
57
+ homepage: http://slide.rabbit-shocker.org/authors/kou/sezemi-2015-readable-code-conclusion/
58
+ licenses:
59
+ - CC BY-SA 4.0
60
+ metadata: {}
61
+ post_install_message:
62
+ rdoc_options: []
63
+ require_paths:
64
+ - lib
65
+ required_ruby_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: '0'
70
+ required_rubygems_version: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
75
+ requirements: []
76
+ rubyforge_project:
77
+ rubygems_version: 2.2.2
78
+ signing_key:
79
+ specification_version: 4
80
+ summary: SEゼミ2015 - リーダブルコード勉強会のまとめ
81
+ test_files: []