Week 15/16
CST-338 Week 7/8 We are in our seventh and eight weeks of CST-338, also known as Software Engineering. Markov Revisit This week we have been asked to discuss how we would approach the Markov assignment differently if we were to do it now, after having gone through CST-338. If there is a prompt for us to follow, like before, then I would spend less time writing TODOs and detailed comments before starting to write the code. In other words, I would start writing the code sooner. The first time we did the Markov assignment, I feel like I wasted some time writing comments before starting the code, and I believe that I could have been more efficient. If there is not a prompt for us to follow, I would begin by trying to understand the basic idea of the assignment. I would ask myself what the Markov program is supposed to do, what some example use cases might be, and what the program might require based on that. Then I would write pseudo code for the program, until I felt like I had a sol...