rabbit-slide-kou-rubykaigi-2013 2013.6.1.5 → 2013.6.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@
10
10
  : date
11
11
  2013/06/01
12
12
  : allotted-time
13
- 30m
13
+ 29m
14
14
  : theme
15
15
  .
16
16
 
@@ -49,6 +49,21 @@ Show\nby example
49
49
 
50
50
  == slide property
51
51
 
52
+ : evaluate-code
53
+ true
54
+
55
+ = API: Point
56
+
57
+ # coderay ruby
58
+ context.save # <- Point
59
+ context.circle(50, 50, 10)
60
+ context.stroke
61
+ context.restore # <- Point
62
+
63
+ (('tag:center'))(('note:from cairo gem'))
64
+
65
+ == slide property
66
+
52
67
  : evaluate-code
53
68
  true
54
69
 
@@ -80,13 +95,15 @@ Because it's more Ruby-ish
80
95
  -ish ==\n
81
96
  Similar to others
82
97
 
83
- = Similar is better?
98
+ = Is "similar" better?
84
99
 
85
- * Similarity makes integration
86
- * Integration makes readability
87
- * Readability makes maintenability
100
+ * Similarity makes sense of unity
101
+ * Sense of unity makes readability
102
+ * Readability is important to develop more better softwares
88
103
 
89
- = Maintenability
104
+ = Is "readability" important?
105
+
106
+ * Readability makes maintenability
90
107
 
91
108
  * Maintenability is needed for
92
109
  improving your softwares repeatedly
@@ -95,6 +112,8 @@ Similar to others
95
112
 
96
113
  Ruby-ish is\nmore better
97
114
 
115
+ = Let's validate the example
116
+
98
117
  = Remember
99
118
 
100
119
  File
@@ -116,13 +135,28 @@ File
116
135
  file.read
117
136
  end # Teardown
118
137
 
138
+ = API (reprise)
139
+
140
+ # coderay ruby
141
+ context.save # Setup
142
+ context.circle(50, 50, 10)
143
+ context.stroke
144
+ context.restore # Teardown
145
+
146
+ (('tag:center'))(('note:from cairo gem'))
147
+
148
+ == slide property
149
+
150
+ : evaluate-code
151
+ true
152
+
119
153
  = API: Better (reprise)
120
154
 
121
155
  # coderay ruby
122
- context.save do # Setup
156
+ context.save do # Setup
123
157
  context.circle(50, 50, 10)
124
158
  context.stroke
125
- end # Teardown
159
+ end # Teardown
126
160
 
127
161
  (('tag:center'))(('note:from cairo gem'))
128
162
 
@@ -131,6 +165,8 @@ File
131
165
  : evaluate-code
132
166
  true
133
167
 
168
+ = Wrap up
169
+
134
170
  = More better
135
171
 
136
172
  Ruby-ish
@@ -359,7 +395,7 @@ Considers them ((*many times*))
359
395
 
360
396
  It's very good exercise
361
397
 
362
- = Examples
398
+ = Exercises
363
399
 
364
400
  * API
365
401
  * Document
@@ -472,6 +508,14 @@ Install:
472
508
 
473
509
  (('tag:center'))(('note:"gem install GEM_NAME" is popular install way'))
474
510
 
511
+ = Exercises end
512
+
513
+ * We remembered about\n
514
+ "what is similar?"
515
+ * We done "similarly"
516
+
517
+ = Do you understand about\n"((*R*))emember ((*t*))han ((*I*))magine"?
518
+
475
519
  = Wrap up
476
520
 
477
521
  * Share this talk's goal
@@ -489,6 +533,11 @@ You know\nhow to develop more better softwares
489
533
  Ruby-ish\n
490
534
  Similar to others
491
535
 
536
+ = Goal: In other words
537
+
538
+ (('tag:as-large-as-possible'))
539
+ You know\nwhat is "similar" and do similarly
540
+
492
541
  = Key idea
493
542
 
494
543
  (('tag:left'))
@@ -543,7 +592,7 @@ Use "library developer" experience to other things
543
592
 
544
593
  Use it to develop other softwares
545
594
 
546
- = Develope other softwares
595
+ = Develop other softwares
547
596
 
548
597
  You can remember about
549
598
  * a more better bug report
data/config.yaml CHANGED
@@ -6,7 +6,7 @@ tags:
6
6
  - rubykaigi
7
7
  - library
8
8
  presentation_date: 2013/06/01
9
- version: 2013.6.1.5
9
+ version: 2013.6.1.6
10
10
  licenses:
11
11
  - CC BY-SA 3.0
12
12
  slideshare_id: rubykaigi-2013
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rabbit-slide-kou-rubykaigi-2013
3
3
  version: !ruby/object:Gem::Version
4
- version: 2013.6.1.5
4
+ version: 2013.6.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-30 00:00:00.000000000 Z
12
+ date: 2013-05-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rabbit