After getting to the midpoint in the class, we have all written plenty of Java at this point. My team spent some time looking over and reviewing each others code from last week, and sharing feedback.
Most of our code looked pretty standard since we were all following the same prompt. The biggest difference between all our code was the display function; we all went about that task a little differently.
Most of the feedback I received revolved around some overcomplicated methods I used to make everything work. I assumed that it would raise some questions, so no surprise there. I probably should have taken more time to comment about what/why I was doing, for others as well as myself if I decide to look back at my work in the future. Assuming I’ll remember what I was thinking when I initially wrote something sure is a bad habit to break…