While our app works at the moment and we’ve adopted the gold-standard MVC design pattern, we can still improve the scalability of our code. If we were to continue building out the storyline, we would have to manage all the logic using our IF/ELSE statements, which is already getting confusing. Let’s move the logic into the Story struct instead.


Story Outline (pdf available under the lesson resources)


GOAL