Week 05 Learning Journal – Markov Assignment
Who did you work with? I worked with Isaiah Suarez. What was your strategy for solving the Markov assignment? I dove straight into the code and focused on doing one method at a time, when I would get stuck i would take a break and then focus on trying to see where i went wrong. Did you start writing code right away? Did you plan it out on paper? I started coding right away, treating inline comments as my “paper” plan rather than doing a separate sketch. What was THEIR strategy for solving the Markov assignment? Isaiah took the same approach—he jumped directly into the IDE, outlined logic with comments, and iteratively built and tested without any prior paper drafts. How would you change your strategy having worked on the assignment? Next time, I’d spend a few minutes sketching the overall class design and edge‑case flow on paper or a whiteboard before coding, to reduce minor refactors mid‑development. According to your classmate(s): how well does your code follow the Google Java St...