This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathschedule.html
249 lines (225 loc) · 8.92 KB
/
schedule.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>JavaScript Code Retreat #2 - Schedule</title>
<link rel="stylesheet" href="../upcoming/style.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/pygment_trac.css">
<link rel="stylesheet" href="flag/flags.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="goto-current-event">
This event is in the past<br>
<a href="../upcoming/">Go to the upcoming JS CodeRetreat</a>
</div>
<div class="wrapper">
<a href="../../"><h1>JavaScript Code Retreat #2</h1></a>
<header>
<h1>The Schedule</h1>
<p><a href="index.html">JavaScript Code Retreat #2</a></p>
<h1>Summary</h1>
<ul>
<li>5 Session, 45 min each</li>
<li>15 or 30 min retrospective after each</li>
</ul>
<h1>Restrictions</h1>
<ul>
<li><a href="#session1">Session 1, Explore, Stabilize, Implement</a></li>
<li><a href="#session2">Session 2, Mute Ping Pong</a></li>
<li><a href="#session3">Session 3, Randori</a></li>
<li><a href="#session4">Session 4, Pure functional</a></li>
<li><a href="#session5">Session 5, Extreme Baby steps</a></li>
</ul>
<h1>History</h1>
<ul>
<li><a href="../1/schedule.html">See schedule of JavaScript CodeRetreat #1</a></li>
</ul>
</header>
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_floating_style addthis_32x32_style" style="left:50px;top:50px;">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-52cfe0b44208542b"></script>
<script type="text/javascript">
var addthis_share = {templates: {twitter: '{{title}} - a day-long focus on improving programming skills {{url}}'}};
</script>
<!-- AddThis Button END -->
<section>
<h3>
<a name="timezones" class="anchor" href="#timezones">
<span class="octicon octicon-link"></span></a>Timezones
</h3>
<p>
Since we will try to video conf in multiple locations, probably into one
hangout, it will be essential to be in the same timezone.
The suggestion here is to sync via video only if you are in the same
time zone, so you can really sync on the same thing at the same time.
</p>
<h3>
<a name="sessions" class="anchor" href="#sessions">
<span class="octicon octicon-link"></span></a>Five Sessions
</h3>
<p>
5 Sessions x 45 minutes
<table>
<tr>
<td>9:00</td>
<td>Arriving, Breakfast, Coffee</td>
</tr>
<tr>
<td>9:15</td>
<td>Introduction round</td>
</tr>
<tr>
<td>9:30</td>
<td>
What is Code Retreat, what can u expect ...
what is GameOfLife
</td>
</tr>
<tr class="odd">
<td>10:00</td>
<td>
<p style="font-weight: bold">
<a name="session1" class="anchor" href="#session1"></a>
Session 1 - Explore, Stabilize, Implement on paper!
</p>
<p>
<b>Explore</b> the game of life, find out how it works.
</p>
<p>
<b>Stabilize</b> the rules so there are no questions left, analyze and practice to
find out asking the right questions and answer them, sketch it on paper.
</p>
<p>
<b>Implement</b> a possible solution on paper.
If you find out in this step that you don't know how to implement it go back to
a step before and keep iterating until you have a solution.
The implement step does also mean that you sketch out the test cases
you have in mind and try to put them in an order that you find useful to achieve
results along the lines of the given task.
</p>
</td>
</tr>
<tr class="odd">
<td>10:45</td>
<td>Local Retrospective</td>
</tr>
<tr>
<td>11:00</td>
<td><b>
<a name="session2" class="anchor" href="#session2"></a>
Session 2</b>
<br>
Restriction: Mute Ping/Pong.<br><br>
During the Pair Programming session nobody speaks.
Person 1 writes a failing test, passes the keyboard to Person 2 who makes the test pass
and writes another failing test, and then passes the keyboard back to Person 1, and so on.
One test at a time.
</td>
</tr>
<tr>
<td>11:45</td>
<td>Local Retrospective</td>
</tr>
<tr class="global">
<td>12:00</td>
<td>Global Retrospective</td>
</tr>
<tr class="odd">
<td>12:15</td>
<td><b>Lunch</b>
</td>
</tr>
<tr>
<td>13:30</td>
<td><b>
<a name="session3" class="anchor" href="#session3"></a>
Session 3 - Randori</b>
<br>
Round robbin in teams of about 10 people. Use pair programming in the
real sense, a driver and a navigator and take 3 minutes to implement
the tests and production code. Move on to the next person to be
navigator/dirver, so that the entire team is implementing at least once.
</td>
</tr>
<tr>
<td>14:15</td>
<td>Local Retrospective</td>
</tr>
<tr class="odd">
<td>14:30</td>
<td><b>
<a name="session4" class="anchor" href="#session4"></a>
Session 4 - Pure functional</b>
<br>
Use functional techniques to implement the game of live.
Try not to use the `var` statement but just function.
You have things available like map, forEach, filter, etc. Look up the
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">array docs</a> if you want to find out more.
</td>
</tr>
<tr class="odd">
<td>15:15</td>
<td>Local Retrospective</td>
</tr>
<tr class="odd global">
<td>15:30</td>
<td>Global Retrospective</td>
</tr>
<tr>
<td>15:45</td>
<td><b>
<a name="session5" class="anchor" href="#session5"></a>
Session 5</b>
<br>
Restriction: Extreme Baby Steps.<br>
In this session we use small intervals of 2 minutes and go throw this procedure:
<ol style="list-style-type:decimal">
<li>Write exactly one test</li>
<ol style="list-style-type:decimal">
<li>If the timer rings and the test is red then revert and start over</li>
<li>If the test is green before the timer rings then go to 4</li>
</ol>
<li>Restart the timer no discussions in between</li>
<li>Refactor</li>
<ol>
<li>If the timer rings and the refactoring is not complete then revert and start over</li>
<li>If the refactoring is complete before the timer rings then you´re fine and go to the next step ;-)</li>
</ol>
<li>Go to 1</li>
</ol>
</td>
</tr>
<tr>
<td>16:30</td>
<td>Local Retrospective</td>
</tr>
<tr class="odd">
<td>17:00</td>
<td>
Beers together ...
</td>
</tr>
</table>
</p>
</section>
<footer>
<p>
<a href="index.html">Back home</a>
</p>
</footer>
</div>
<script src="js/scale.fix.js"></script>
</body>
</html>