Project 1 Solitaire Part 1 Review; CST338 Week 4
Project 1 Part 1 Reflection After cloning this project, I took a tour through the folder and document structure. This project has several more .md files to review and reference. I focused on the relevant Card and Deck ones for review, then reviewed the assignment outline again in Canvas. I keep the assignment outline and the relevant .md files open and off to the side so I can constantly reference them. Making a plan before hand would normally be a solid staring approach. However, this assignment presents several //TODO items in the code, so I started tackling them from top to bottom. Because some items were "stand alone" (did not need to involve other items), this worked pretty well. Some items did involve other items but because the existing method and field names were clear, it did not cause confusion. I don't think this project really lent itself to a planning phase. The code, structure, and todo items were delivered - we just ne...