To do after demo - VerityMiles/ProgrammingFundamentals GitHub Wiki

To do

  • Replies - Verity to work on Wednesday night
  1. I think that our replies HashMap might need to be: public HashMap<User, String> replies;

  2. One of the problems is that instead of adding the text it is adding the weird commentID field (Comment@70dea4e for example)

  3. But this then wrecks a whole heap of other code...and want to discuss as my brain isn't working and this may be entirely wrong...

  4. I have now changed it to a string

  5. We have the problem with User not being an appropriate key. I have trialled it and the second reply from a user overwrites the first reply/ comment from that user. It might be easier to use an ArrayList where we don't have to worry about the ID.

  6. I might need your help with the showReviews method

  • OS - check duplicate of getOS and getVersion with game
  • Game - check duplicate of getOS and getVersion with game
  • Fix John got Forbes/ magazine issue - Matt Y
  • Formatting - last minute (sunday)

Extra marks

  • Constructor exception handlers - Verity
  1. Try using an IllegalArgumentException - need a hand to work out where to put this
  • Make replies indent - Matt