-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·361 lines (332 loc) · 11.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>100 % de revue de code</title>
<meta name="description" content="Retour d'expérience sur les pull requests chez TEA">
<meta name="author" content="Agnès Haasser">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/serif.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script>
if( window.location.search.match( /print-pdf/gi ) ) {
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = 'css/print/pdf.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
}
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h1>100 % de revue de code</h1>
<p>
<a href="http://tut-tuuut.github.io/">Agnès Haasser</a> / <a href="http://twitter.com/tut_tuuut">@tut_tuuut</a>
</p>
</section>
<section>
<h2>Coucou c'est moi</h2>
<table style="
width: 100%;
height: 400px;
">
<tbody><tr>
<td style="
vertical-align: middle;
text-align: center;
"><img src="img/me.png" alt="" style="
width: 100%;
"></td>
<td style="vertical-align:middle;">
<p class="fragment">dev web
<p class="fragment"><3 CSS
<p class="fragment"><3 git
<p class="fragment">#grammarNazi
</td>
</tr>
</tbody></table>
</section>
<section>
<h2>Keskédi ?</h2>
<ol style="font-size:1.4em; line-height:1.2em;">
<li class="fragment">Contexte</li>
<li class="fragment">Comment on fait nos revues de code</li>
<li class="fragment">Pourquoi ça nous plaît</li>
<li class="fragment">Vos devoirs à la maison</li>
</ol>
</section>
<section>
<h1>Contexte</h1>
</section>
<section>
<img src="img/logo-tea.png">
<p style="font-size:1.7em;"><em>The ebook alternative</em> </p>
<p style="font-size:1.7em;">« Nos ebooks sont chouettes ! »</p>
<p>À Lyon</p>
<p>15 personnes
<p>Client final
</section>
<section>
<img src="img/environnement-fluffy.png">
</section>
<section>
<img src="img/gitlogo.png">
</section>
<section>
<img width="1024" src="img/CapistranoLogo.png">
</section>
<section>
<img src="img/scrum.jpg">
</section>
<section>
<img src="img/gens.png">
</section>
<section>
<h2>Attention au <i>bus factor</i> </h2>
<img src="img/bus.png">
</section>
<section>
<h2>Nos anciennes<br>revues de code</h2>
<img src="img/croiser.png">
</section>
<section>
<h2>Interruptions…</h2>
<img height="500" src="img/excuse-me.gif">
</section>
<section>
<img src="img/bah1.png">
</section>
<section>
<img src="img/bah2.png">
</section>
<section>
<h1>Pull request ?</h1>
</section>
<section>
<img src="img/pr.png">
</section>
<section>
<pre><code style="font-size: 2em; line-height: 1.1em; word-wrap: break-word;">git checkout -b myfeature
git commit
git push</code></pre>
<img src="img/create-pr.png">
</section>
<section>
<h2>Pendant ce temps,<br>dans Hipchat</h2>
<img width="2800" src="img/screen/hipchat.png" alt="">
</section>
<section><h2>Et sur github</h2><img src="img/screen/exemple-1.png" alt=""></section>
<section><h2>Historique des commits</h2><img src="img/screen/exemple-2.png" alt=""></section>
<section><h2>Lecture du diff</h2><img src="img/screen/exemple-3.png" alt=""></section>
<section><h2>Technologiiie !</h2><img src="img/screen/exemple-4.png" alt=""></section>
<section><h2>Mise à jour du code après les retours</h2><img src="img/screen/outdated-diff-1.png" alt=""></section>
<section><h2>Nettoyage de la vue « conversation »</h2><img src="img/screen/outdated-diff-2.png" alt=""></section>
<section>
<h2>Un an plus tard…</h2>
<img width="768" src="img/screen/pr-list.png">
</section>
<section>
<h2>Comment arriver à</h2>
<h1>100 % de revue de code ?</h1>
</section>
<section>
<h2>Créer des pull request</h2>
<h1>pour tout !</h1>
</section>
<section>
<h2>Pour les nouvelles<br>fonctionnalités…</h2>
<img width="1024" src="img/screen/example-dev.png" alt="">
</section>
<section>
<h2>Pour les bugfix…</h2>
<img width="1024" src="img/screen/example-bugfix.png" alt="">
</section>
<section>
<h2>…et même pour les hotfix !</h2>
<h3 class="fragment">(= les bugs urgents en prod)</h3>
<img src="img/screen/example-hotfix.png" alt="">
</section>
<section>
<h2>…et les cow-boys</h2>
<h3 class="fragment">(= les modifs en vim en prod)</h3>
<img src="img/screen/cowboy.png" alt="">
<aside class="notes">
Cela dit, en préparant la conf, j'ai eu du mal à trouver des exemples de hotfix et de cow-boys dans l'historique…<br />Ça n'arrive plus très souvent !
</aside>
</section>
<section>
<h2>PR « validée » ?</h2>
<img src="img/screen/beau.png" alt="" width="500">
</section>
<section>
<h2>PR « validée » ?</h2>
<img src="img/screen/raisonnable.png">
</section>
<section>
<h2>PR « validée » ?</h2>
<img src="img/screen/oliv-tout-seul.png" width="780">
</section>
<section>
<h1>Les bénéfices</h1>
</section>
<section>
<h2>On apprend</h2>
<img src="img/screen/classList.png">
</section>
<section>
<h2>On teste mieux</h2>
<img width="1024" src="img/screen/more-tests.png">
</section>
<section>
<h2>On écrit mieux !</h2>
<img src="img/screen/typo.png">
</section>
<section>
<h2>On évite des bugs</h2>
<img src="img/screen/index-drop.png" alt="">
</section>
<section>
<h2>En règle générale :</h2>
<h1>la qualité du code augmente</h1>
</section>
<section>
<h2>Les images bêtes</h2>
<img src="img/screen/oui.png">
</section>
<section>
<h2>L'asynchronicici… nici…</h2>
<img height="560" src="img/asynchrone-1.png" alt="">
</section>
<section>
<h2>C'est asynchrone, quoi</h2>
<img height="560" src="img/asynchrone-1.png" alt="">
</section>
<section>
<h2>Historique exploitable</h2>
<img height="560" src="img/historique-exploitable.png" alt="">
</section>
<section>
<h2>Les PR c'est chouette, mais…</h2>
<h1>Quelques points de<br>vigilance</h1>
</section>
<section>
<h2>Pas boulette-proof</h2>
<img src="img/boulette.jpg">
</section>
<section>
<h2>Elle est où la boulette ?</h2>
<img src="img/screen/boulette2.png">
</section>
<section>
<h2>Oh la voilà !</h2>
<img src="img/screen/boulette2-ici.png">
</section>
<section>
<h2>La revue de code<br>ne remplace pas</h2>
<h1>les tests<br>automatisés</h1>
</section>
<section>
<h2>…ni une bonne<br>conversation</h2>
<img height="460" src="img/blabla.png">
</section>
<section>
<h1>Vos devoirs à la maison</h1>
<h2>(Oui, pour vous !)</h2>
</section>
<section>
<img height="560" src="img/iwantyou.jpg">
</section>
<section data-background="img/ouais-mais-1.png">
<div class="fragment splash">
<p>On peut installer des outils à la maison !</p>
<p>Par exemple, <a href="http://crew-cr.github.io/Crew/">Crew</a>.</p>
</div>
</section>
<section data-background="img/ouais-mais-2.png">
<div class="fragment splash">
<p>On peut faire de la CR sur SVN, mercurial, bazaar, CVS…</p>
<p>Par exemple, avec <a href="http://phabricator.org/">Phabricator</a>, <a href="https://www.reviewboard.org/">Review board</a>, <a href="https://www.atlassian.com/fr/software/crucible/overview">Crucible</a>…</p>
</div>
</section>
<section data-background="img/ouais-mais-3.png">
<div class="fragment splash">
<p>Si.</p>
</div>
</section>
<section data-background="img/ouais-mais-4.png">
<div class="fragment splash">
<p>Mais si, voyons !</p>
<p>Expérimenter sur 1 mois ?</p>
</div>
</section>
<section>
<h2>En résumé</h2>
<ul style="font-size:1.4em; line-height: 1.2em;">
<li class="fragment">Les PR sont <ul><li>bonnes pour le code ;</li>
<li class="fragment">profitables aux développeurs ;</li>
<li class="fragment">pas chères.</li></ul></li>
<li class="fragment"><strong>Vous devez aussi faire des PR chez vous !</strong></li>
</ul>
</section>
<section>
<table>
<tr>
<td colspan="2" style="text-align: center;"><h1>Voilà.</h1></td>
</tr>
<tr>
<td style="vertical-align: bottom;"><p>Allez-y ! Revoyez !</p>
<p>Et racontez-moi ce que ça donne :
<ul>
<li><a href="https://twitter.com/tut_tuuut">@tut_tuuut</a></li>
<li><a href="http://tut-tuuut.github.io/">tut-tuuut.github.io</a></li>
</ul>
</p></td>
<td style="text-align: center; vertical-align: bottom;">
<p><img src="img/logo-tea.png"></p>
<p>(On recrute,<br />et on est gentils !)</p>
</td>
</tr>
</table>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'none', // default/cube/page/concave/zoom/linear/fade/none
// Parallax scrolling
// parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg',
// parallaxBackgroundSize: '2100px 900px',
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>