CST 338 Week 4 Reflection - Markov Code
Markov Code Reflection Who did you work with? I worked with Guillermo and Luis. We met on Thursday this past week and assigned a person to review another person’s code. My Markov Strategy I started by following the video to start the code during office hours. From there, I used the Markov Prompt to create the necessary methods and structured the code so that it would run and I could see the outcome of the MarkovTest. Next, I would identify the easiest test to pass and code those methods, making my way toward the methods that are more interdependent with other methods. If I get stuck on creating code, I move to pencil/paper to get some ideas down before going back to IntelliJ. Team members' Markov Strategies Guillermo codes his method one at a time but first tries to visualize the functionality of the whole program. He looks for the first thing that needs to be done to make the program functional. He does not run the unit tests until all methods have been coded. From there, h...