Skip to content
This repository was archived by the owner on Mar 31, 2020. It is now read-only.

Add some tips from Prof Ben. #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

8 changes: 8 additions & 0 deletions teaching-wisdom.md
Original file line number Diff line number Diff line change
@@ -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.