CSSE 220 -- Object-oriented Software Development

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

  1. No new reading for the next session (see the course schedule).Review for the Key Concepts Quiz
  2. 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 14  we will have a "Key concepts quiz" over chapters 1-4.  It will be at the beginning of class.  Don't be late!
  3. Complete the next couple of stages of your Minesweeper Iterative Enhancement Plan.
  4. Each day this week, you and your partner are to submit a Minesweeper progress report at the end of class.  Commit it to your minesweeper repository.
  5. 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 Minesweeper, 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.