Thread 2, Day 1 - Tuesday, January 9, 2024
Agenda
- Setup: Update Xcode and Simulators
- A key bug that impacts battery life has reportedly been resolved in the latest version of Xcode.
- Be sure to complete this update.
- 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! 🦆
- Activity: College Board Digital Portfolio
- If you have not already, submit your AP Create Task.
Tip
It is recommended that you author a draft of your written responses for the AP Create Task before submitting your work to the College Board.
- If you have not already, submit your AP Create Task.
- Recap: Optionals
- Understand how the Swift programming language handles cases where a value may not exist for a variable or constant.