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
Copy file name to clipboardexpand all lines: pedagogy_guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Aim to use packages either from the standard library or well-established package
52
52
maintained may introduce too many dependencies or end up breaking code. The only exception here is if we are introducing a new package.
53
53
54
54
### Use Live Coding for In-Person Tutorials
55
-
Live coding is where an instructor types code in real-time, talking through what they are doing, instead of cuting-and-pasting or just running code blocks. Participants follow along also typing code. This approach has advantages for pacing. An instructor can only go as quickly as they can type. Students get practice typing code. Students also get to see mistakes, error messages, and solutions.
55
+
Live coding is where an instructor types code in real-time, talking through what they are doing, instead of cutting-and-pasting or just running code blocks. Participants follow along also typing code. This approach has advantages for pacing. An instructor can only go as quickly as they can type. Students get practice typing code. Students also get to see mistakes, error messages, and solutions.
56
56
57
57
See this [article](https://carpentries.github.io/instructor-training/17-live/) from the Carpentries for more on live coding.
0 commit comments