Thread 1, Day 15 - Thursday, November 16, 2023

Agenda

  1. Concept: Separation of Concerns
    • Learn how to leverage existing code you have already written to write an interactive app.
    • Learn how to keep user interface code (the view) separate from data and logic (the model).
Things to do before our next class