You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
, bulletLink "Code pdf tool""https://pdf.codereading.club"
398
406
, bullet "https://pdf.codereading.club"
@@ -401,11 +409,6 @@ slideContent section =
401
409
, bullet "https://annotate.codereading.club"
402
410
, bullet ""
403
411
, bullet "Discord community & github (@CodeReadingClubs) with resources"
404
-
,if String.length pdfLink >0then
405
-
bulletLink "Example annotation" pdfLink
406
-
407
-
else
408
-
item (text "")
409
412
]
410
413
]
411
414
)
@@ -603,7 +606,7 @@ slideContent section =
603
606
)
604
607
,(True
605
608
, slideHeadingFromSection section
606
-
++[ timedHeading "2""3 People""Share your first, second & why"
609
+
++[ timedHeading "5""Together""Share your first, second & why"
607
610
, slideP "It might be tempting for some people to start talking about the big picture, but for this exercise we focus on the details we notice, rather than attempt to summarise."
608
611
, slideHeading3 "Talk about why things might have jumped out for different people."
609
612
, bullets
@@ -701,10 +704,10 @@ slideContent section =
701
704
, slideHeadingFromSection section
702
705
++[ timedHeading "5""In Pairs""Identify things that are named"
703
706
, bullets
704
-
[ bulletLink "Code in the annotation tool"namesAnnotate
705
-
, bulletLink "Code pdf"namesPdf
707
+
[ bulletLink "Code in the annotation tool"codeAnnotationLink
708
+
, bulletLink "Code pdf"codePdf
706
709
]
707
-
, slideP "Use the annotation tool to highlight names. This is one method for discovering how the code fits together and its intentions."
710
+
, slideP "Use paper & pen, or the annotation tool, to highlight names. This is one method for discovering how the code fits together and its intentions."
708
711
]
709
712
)
710
713
,(True
@@ -730,8 +733,8 @@ slideContent section =
730
733
, slideHeadingFromSection section
731
734
++[ timedHeading "3""Independently""Examine the line"
732
735
, bullets
733
-
[ bulletLink "Code in the annotation tool"randomAnnotate
734
-
, bulletLink "Code pdf"randomPdf
736
+
[ bulletLink "Code in the annotation tool"codeAnnotationLink
737
+
, bulletLink "Code pdf"codePdf
735
738
]
736
739
, slideP "Select a random line. It can be helpful to randomly pick 3 line numbers and have the facilitator choose from them, which they think will be most interesting to talk about; but surprisingly, even a blank line can generate some conversation!"
737
740
, slideP "Debugging often starts with a line number."
Copy file name to clipboardExpand all lines: src/Slides.elm
+5-7
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ To generate a link, go to <https://annotate.codereading.club>
24
24
annotationLink:String
25
25
annotationLink =
26
26
-- e.g. "https://annotate.code-reading.org/#/file/LYewXglgNlCGD0BzApgYwNYgLQBNkDd4AjKEI+HARgAYB2I1ADlmVh1ScoDYjZGBWVEQBMlVJVhdYE2OJwAWZADMAnEuIAnEAHcAzsg3xQOAK5Rku+ABEIu1CHwGAngDoAVruBA"
0 commit comments