Search CTRL + K

Thread 1, Day 7 - Friday, October 28, 2022

Agenda

  1. Portfolio: Providing evidence for learning goals
  2. Discussion: Grouping Related Info with Structures
    • Key takeaways:
      • Use CapitalCase when naming structures.
      • Use camelCase when naming properties and instances of structures.
      • DRY
        • Don't repeat yourself.
        • If you are designing structures to describe data, and find that you have repetitive sections of code, there is usually going to be a better way to organize things.
  3. Structures: Going beyond stored properties
  4. SwiftUI: A brief introduction
  5. Exercise: Add pages for two more favourite things

To-do items

Before our next class...