Both sides previous revision Previous revision Next revision | Previous revision | ||
mt2011:week7 [2010/11/14 19:44] Tim Korb |
mt2011:week7 [2011/03/06 20:58] (current) |
||
---|---|---|---|
Line 2: | Line 2: | ||
===== Objectives ===== | ===== Objectives ===== | ||
+ | |||
+ | * Teaching Debugging and Unit Testing | ||
+ | * Teaching Arrays and Sorting | ||
===== Readings for Class Discussion ===== | ===== Readings for Class Discussion ===== | ||
+ | |||
+ | * Christensen (2008). Experiences with a Focus on Testing in Teaching. BCK. | ||
+ | * Ahmadzadeh (2005). An Analysis of Patterns of Debugging Among Computer Science Students. | ||
+ | * Burger (2003). Teaching Two-Dimensional Array Concepts in Java with Image Processing Examples. | ||
+ | * McCauley (2008). Debugging: a review of the literature from an educational perspective. | ||
+ | * Murphy (2010). Pair Debugging: A Transactive Discourse Analysis. | ||
===== Topics ===== | ===== Topics ===== | ||
===== Lab ====== | ===== Lab ====== | ||
+ | * Interactive Debugging (Eclipse) | ||
+ | * Unit testing with JUnit |