Agenda
- 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.
- Discussion: The Cell Sell
- Sharing results and partial solutions.
- 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.