Agenda

  1. Concept: Autocorrect Algorithm
    • We’ll do another run of this simulation - this time with context sentences.
    • You will have some class time to make a portfolio entry and respond to the learning goals and success criteria.
  2. Discussion: The Cell Sell
    • Sharing results and partial solutions.
  3. Recap: Functions
    • Try writing functions for the process and output portions of your solution to The Cell Sell, or, re-factoring your existing solution if you already finished the exercise without using functions.

TIP

Using functions when writing code makes it testable using unit tests – a concept we’ll return to later this year.

Things to do before our next class

  • If you have not yet, finish your solution to The Cell Sell, ideally making use of functions as much as possible.