Skip to content

Commit 43f64ac

Browse files
authored
Update pedagogy_guide.md
1 parent 94d6193 commit 43f64ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pedagogy_guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Aim to use packages either from the standard library or well-established package
5252
maintained may introduce too many dependencies or end up breaking code. The only exception here is if we are introducing a new package.
5353

5454
### 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.
5656

5757
See this [article](https://carpentries.github.io/instructor-training/17-live/) from the Carpentries for more on live coding.
5858

0 commit comments

Comments
 (0)