Week 4 Project 1 Post-Review
Journal Prompt Reflections With whom did you work? Ethan G, Keshab N What was your strategy for solving the assignments? I first got all the fields/variables/methods in place until I matched the UML diagram, looked over the entire assignment prompt, and then flew blindly along to each method description. I wrote TODOs for what I couldn’t solve right away and sort of manically switched between each method until the test file could run. From there homed in on each failing test one by one. The first tests I singled out called methods that relied on other methods the least. Did you start writing code right away? Did you plan it out on paper? I did initially attempt to create a checklist document but it became so overwhelming that I chose to just start working on it and the tasks that still needed to be done were readily apparent anytime I checked the tests or output. TODO’s and getting the UML matching were essentially the planning aspect. What was THEIR strategy for sol...