Week 4
With whom did you work? Raquel, Jeremy, and Flavio. What was your strategy for solving the assignments? Did you start writing code right away? Did you plan it out on paper? I am ashamed to admit I did not have a strategy for solving this assignment. I basically just started working through the prompt in the order they came up. Once I got through the whole prompt, I went back through my code to find any compilation errors. After that, I went through to search for logical errors. It was not effective. What was THEIR strategy for solving the assignments Their strategy was to begin with fields, setters, and getters, then added the skeleton for each method. Then they took a break (which is noted to be very important and why I need to ensure I allocate enough time in my projects). They also stated that they made plenty of branches to divide each task into, like starting methods, adding other classes, and a final branch to ensure everything worked together cohesively. Throughout th...