Week 5 :CST 338 Software Design: Learning Journal Markov assignment review
Who did you work with? I worked with Manuel Caro and Edward Luna . We compared our approaches and discussed how each of us solved the Markov assignment. What was your strategy for solving the Markov assignment? My strategy was to build the program in stages instead of trying to code everything at once. I started with the dictionary section because it was the foundational part of the assignment. Getting that piece working helped me confirm that the basic structure was correct. I tested the dictionary as I built it to make sure it stored the information the program would need later. Once the dictionary section was working, I moved on to the second part of the assignment, which depended on the first part being finished. I didn’t formally plan the assignment on paper, but I thought through the order of tasks before coding. Overall, I approached the project by completing the easier, core pieces first and then building the more complex parts on top of them. What strategy did your classma...