CS 212 - In-Class Lab - Code Critique, Use, and Modification
Part 2 Questions:
- Describe any difficulties you had downloading, compiling, and running the code.
- Do you understand the code?
- Has the developer tested the code appropriately?
- Is the code documented appropriately?
- Do you think static methods and variables are used appropriately?
- Describe an element of the program that you feel is well designed.
- 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:
- Describe any challenges you faced in using the code for part 3.1.
- Describe the design of your solution for part 3.2. Did you write new methods/classes or modify existing ones, for example?
- How easy was it to modify/extend the existing design?