diff --git a/SUMMARY.md b/SUMMARY.md index f6c12a0..110c680 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -5,6 +5,6 @@ * [Functions](chapters/2-functions.md) * [Lambdas](chapters/2-lambdas.md) * [Recursion](chapters/3-recursion.md) +* [Teaching Tips](teaching-wisdom.md) * Mission Briefs * [M2: Egyptian](briefs/m2-egyptian.md) - diff --git a/teaching-wisdom.md b/teaching-wisdom.md new file mode 100644 index 0000000..52c87b1 --- /dev/null +++ b/teaching-wisdom.md @@ -0,0 +1,8 @@ +# Nuggets of Wisdom from Prof Ben + +* When teaching programming, we are not that interested in the model answer. +We are more interested in the process it takes to get there. +* We pick examples to illustrate concepts. +* You may not need to solve every problem, +but come to class knowing what problems we are going to solve. +* When teaching students, teach them to make connections. The answers are secondary.