Select Page

Reflection Questions

  • In the QuestionBot lesson, you worked on the part of the app that gave answers to questions. In this lesson, you worked on a separate part that also gave information back to another part of the app. Would it have been better to have both of these jobs done by the same instance?
  • What is the benefit of separating work like this?
  • If the data source hadn’t already been partly written, how would you have known which methods to write?