Week 12
Work with some of your fellow classmates and go through your solution to project 1: LDPM Liam Connors What was your strategy for solving the assignments? My strategy for solving the assignments was to thoroughly read through the prompt, what each method asks, and then read the sample output to get an idea of how the program is supposed to run. Did you start writing code right away? Did you plan it out on paper? After reading the prompt, I didn't plan anything on paper. I just started the assignment. What was THEIR strategy for solving the assignments? Liam's strategy for solving the assignment was to first match the UML diagram with fields/variables/methods. Thne he wrote TODOs for what he couldn't solve. He initially tried to create ac checklist document for the work but it became too overwhelming so he just worked on the assignment. Next time he would skip the understanding the entire assignment and instead spend his time focusing on individual methods to make sure they ...