Agenda

  1. Concept: Rubber Duck Debugging
  2. Task: Logic and Unit Tests (Section 2)

Things to do before our next class

  • Get ready for portfolio reviews tomorrow. Be sure your portfolio is up to date, with evidence that demonstrates your understanding of these topics:
    • use loops (for/while)
    • selection statements (if/switch)
    • using variables to count values
    • using strings to provide output
    • writing functions that take inputs and provide output
    • authoring test plan (typical cases, boundary conditions, invalid inputs)
    • writing automated tests