📉
teacher-curriculum
  • Introduction
  • Tips and Tricks
  • References
  • Topics
    • Asking questions
    • Assessing class performance
    • Cognitive load
    • Flipped classroom
    • Learning styles
    • Lesson plans
    • Lesson plans extra
    • Live coding
    • Mental models
    • Misconceptions
    • Pedagogical Content Knowledge
    • Motivating students
    • Notional machines
    • Pair programming
    • Pedagogy
    • Peer instruction
    • Problem based learning
  • Exercises
    • Asking questions
    • Assessing class performance
    • Cognitive load
    • Flipped classroom
    • Learning styles
    • Live coding
    • Mental models
    • motivating students
    • Pair programming
    • Pedagogy
    • Peer instruction
    • Problem based learning
  • Learning Paths
    • Groundwork for student learning
    • Teaching the Class
  • Code of Conduct
  • Contributing
Powered by GitBook
On this page
  • Preparation
  • Exercises

Was this helpful?

  1. Topics

Live coding

PreviousLesson plans extraNextMental models

Last updated 4 years ago

Was this helpful?

Live coding is not so much about the solution but more about the process. The students get to see the workflow a mentor uses, the shortcuts, what they do when encoutering errors, etc.

Remember to take it slow when you encounter an error (this is super difficult). Explain what the error says and what it means. Get the students to help you solve the problem. Think aloud when trying to solve the bug, this is mega important!!

The most important part of live coding is probably thinking aloud.

Make students come up with predictions for small live coding stuff. Fx What happens when we log this variable out. What will happen when we call this function.

Preparation

  • about slowing down when encountering a bugs

  • about the problem with live coding: Will they actually learn from passively watching live coding?

  • about general about live coding

  • with an interesting discussion about live demos (live coding in our example)

  • giving another perspective on live-coding

Exercises

Video
A video
Another video
An article
An article
Exercise