git checkout -b project1-ldpm-review
Project 1 - LDPM - Review I worked with Josh Goldberg. Strategy for Solving the Assignment: I didn’t start coding right away. I first read through the UML diagrams to understand the overall structure and relationships between classes. I didn’t write anything out on paper, but I used the UML as my main guide. My overall strategy was to approach the Monster assignment incrementally, following the UML design as the blueprint. I began by setting up the base Monster class first, implementing the fields, constructor, and simple accessor and mutator methods before moving on to more complex logic. I treated each section of the UML (fields, constructor, methods) as its own milestone and committed those changes separately to keep my work organized and traceable. Once the base structure compiled cleanly, I focused on the core logic methods such as setPhrase, attackModifier, and calculateAttackPoints, using small commits....