Thread 1, Day 9 - Tuesday, October 31, 2023

Agenda

  1. Discussion: Rubber Duck Debugging
    • Solving logical errors and syntax errors can be frustrating, but everyone deals with it, even experienced programmers.
    • Pairing with a friend to describe what you are trying to do with your code, line by line, can be helpful.
      • Often during this process, you will realize the source of the problem you are having.
    • When a friend is not nearby, use your duck! 🦆
  2. Activity: Building a Create Task Exemplar
    • Finishing an app that meets requirements for the AP CSP Create Task.
      Tip

      You can view the history of commits here.

      You can click the links at right for a given commit to see changes made for that step:

      Screenshot 2023-10-30 at 4.50.25 PM.png|600

      Have a look at the changes for each commit and that should help you understand how the app was developed.

  3. Activity: Authoring Create Task Responses
Things to do before our next class