Published using Google Docs
CS 212 - Code Critique, Use, and Modification
Updated automatically every 5 minutes

CS 212 - In-Class Lab - Code Critique, Use, and Modification

Part 2 Questions:

  1. Describe any difficulties you had downloading, compiling, and running the code.
  2. Do you understand the code?
  3. Has the developer tested the code appropriately?
  4. Is the code documented appropriately?
  5. Do you think static methods and variables are used appropriately?
  6. Describe an element of the program that you feel is well designed.
  7. Why do you think the developers replaced the translate method with the execute methods in the most recent version of the code?  Do you think this was a good idea?

Part 3 Questions:

  1. Describe any challenges you faced in using the code for part 3.1.
  2. Describe the design of your solution for part 3.2.  Did you write new methods/classes or modify existing ones, for example?
  3. How easy was it to modify/extend the existing design?