rabbit-slide-kou-readable-code-tsukuba-retrospective 2015.7.4.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: 3af1fd4b1c8f6eff828f6f54b4d9812925860363
4
+ data.tar.gz: 6950713706e9fec762099a1a287156d03deb27b9
5
+ SHA512:
6
+ metadata.gz: 8d3d8d824bde3db9b564a7e937fc8501cffd793438257080fee697ce34346ad648cd529231db481868898e77ff67d3c7f06b5b301fa66ca9a6a48984bbb78cc4
7
+ data.tar.gz: 5e2f4cf8f823c0d09e0db461c40e238c0db874834a746e3f200a473a9aff116a2e82be14562dc2cb33b722e82f812019b7295df292928ff5050349c9c1ed491a
data/.rabbit ADDED
@@ -0,0 +1 @@
1
+ how-to-look-back.rab
@@ -0,0 +1,32 @@
1
+ = リーダブルコード勉強会 in 筑波大のグループふりかえり
2
+
3
+ リーダブルコード勉強会 in 筑波大グループふりかえりのやり方の説明。
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-tsukuba-retrospective
28
+
29
+ === 表示
30
+
31
+ rabbit rabbit-slide-kou-readable-code-tsukuba-retrospective.gem
32
+
@@ -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: readable-code-tsukuba-retrospective
3
+ base_name: how-to-look-back
4
+ tags:
5
+ - rabbit
6
+ - readable-code
7
+ - sezemi
8
+ presentation_date: 2015-07-04
9
+ version: 2015.7.4.0
10
+ licenses:
11
+ - CC BY-SA 4.0
12
+ slideshare_id: readable-code-tsukuba-retrospective
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,75 @@
1
+ = グループふりかえりの\nやり方
2
+
3
+ : author
4
+ 須藤功平
5
+ : institution
6
+ 株式会社クリアコード
7
+ : content-source
8
+ リーダブルコード勉強会 in 筑波大
9
+ : date
10
+ 2015-07-04
11
+ : allotted-time
12
+ 5m
13
+ : theme
14
+ clear-code
15
+
16
+ = 目的
17
+
18
+ 各自が見つけた\n
19
+ リーダブルな\n
20
+ コードを\n
21
+ グループで共有
22
+
23
+ = ポイント
24
+
25
+ 悪いコードより\n
26
+ リーダブルな\n
27
+ コード
28
+
29
+ = 悪いコード
30
+
31
+ * 見つけやすい
32
+ * 異質
33
+ * リーダブルじゃない
34
+ * 過剰に指摘したくなる
35
+ * 指摘するならリーダブルなコードを書いてPull Request\n
36
+ (('note:コミットメッセージによくなる理由を書く'))\n
37
+ (('note:例: https://github.com/BLThunder1991/BLThunder1991-sezemi-2014-readable-code-2/pulls?q=is%3Aclosed'))
38
+
39
+ = リーダブルなコード
40
+
41
+ * 見つけにくい
42
+ * リーダブルだから
43
+ * すーっと理解できてひっかからない
44
+ * 今日のチャレンジ
45
+ * 意識して見つけよう!
46
+
47
+ = やること
48
+
49
+ (1) 各自:リーダブルコード共有
50
+ (2) (('wait'))グループ内で2つ選出
51
+ (3) (('wait'))clear-code/sezemi-2015の\n
52
+ Issue #19に報告\n
53
+ (('note:https://github.com/clear-code/sezemi-2015/issues/19'))
54
+
55
+ = 共有方法
56
+
57
+ * コードを見せながら順に紹介
58
+ (1) グループのリーダブルコード集めissueを開く
59
+ (2) みんなで1つのPCの画面を見る
60
+ (3) コメントの順に他の人に紹介
61
+ (4) コメントがなくなるまで繰り返す
62
+
63
+ (('note:メンターへ:うまく説明できないだろうから言語化を助けて'))
64
+
65
+ = グループ内で2つ選ぶ
66
+
67
+ * ((*グループにとっての*))\n
68
+ リーダブルコードを2つ選ぶ
69
+ * リーダブルは読む人によって違う!
70
+ * ((*自分にとって*))じゃないよ!
71
+ * clear-code/sezemi-2015の\n
72
+ Issue #19に報告\n
73
+ (('note:https://github.com/clear-code/sezemi-2015/issues/19'))
74
+
75
+ (('note:メンターへ:メンターが見つけたものは#20へ'))
metadata ADDED
@@ -0,0 +1,78 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rabbit-slide-kou-readable-code-tsukuba-retrospective
3
+ version: !ruby/object:Gem::Version
4
+ version: 2015.7.4.0
5
+ platform: ruby
6
+ authors:
7
+ - Kouhei Sutou
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-07-03 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: "リーダブルコード勉強会 in 筑波大グループふりかえりのやり方の説明。"
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-look-back.rab
53
+ - pdf/readable-code-tsukuba-retrospective-how-to-look-back.pdf
54
+ homepage: http://slide.rabbit-shocker.org/authors/kou/readable-code-tsukuba-retrospective/
55
+ licenses:
56
+ - CC BY-SA 4.0
57
+ metadata: {}
58
+ post_install_message:
59
+ rdoc_options: []
60
+ require_paths:
61
+ - lib
62
+ required_ruby_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: '0'
67
+ required_rubygems_version: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - ">="
70
+ - !ruby/object:Gem::Version
71
+ version: '0'
72
+ requirements: []
73
+ rubyforge_project:
74
+ rubygems_version: 2.2.2
75
+ signing_key:
76
+ specification_version: 4
77
+ summary: "リーダブルコード勉強会 in 筑波大のグループふりかえり"
78
+ test_files: []