CSSE 220 -- Object-oriented Software Development

Homework 13 Due at 8:05 AM on Day 14.
 

  1. Complete the FunctionObject assignment begun in class (Weiss 4.29-4.30). You may just commit your work to your repository.
  2. Complete the assigned reading for the next session (see the course schedule). If there is something you do not understand, make note of it so you can ask about it.
  3. Complete the reading quiz on the next section (Angel > Lessons > Assignments > Reading Quizzes > Quiz 8)
  4. Continue to look at the Key Concepts chapters 1-4 (through 4.7.1).  This is a good place to quickly notice things you might have missed from the chapters. On day 15 we will have a "Key concepts quiz" over chapters 1-4.
  5. Complete the next couple of stages of your Paint Iterative Enhancement Plan, and make sure it's up-to-date (since I will check your progress from these, unless you submitted a separate progress report).
  6. A note on updating your project from your shared repository.  This was not much of an issue when only you are using a repository. But for Paint, you can get hard-to-resolve conflicts with your partner's code if you do not remember to do Team--> Update for the project
      (a) when you first start working in Eclipse, and
      (b) whenever you are about to commit.
    Of course, if you and your partner always work together doing pair programming as described in the document that is part of the Day 10 assignment, conflicts should not be a problem.