Learning Journal - Week 12
Project 1 Review After completing my first Java project, Legally-Distinct Pocket Monsters, I spent some time reviewing my solution with my classmates. I decided to team up with Jessica and Emmanuel from my team and we looked over each other's code. My strategy for solving the problems was to review the provided project prompt which outlines all the details of the program, including what methods and attributes were expected as well as the output, and I would comment through my Java file to lay out my thought process. Although I never had to reach for scratch paper to solve this problem, commenting out pseudocode accomplishes the same goal while never having to leave the IDE and I've gotten used to the method quite a bit. After planning out my code, I would write my real code underneath the comments I had left, and sometimes I would make additional comments that I felt were helpful breaking down certain lines. For example, ...