Computer Science BS Journal: Week 13
This week we are reviewing the Markov assignment with classmates. For the Markov review I worked with Neng Lao. He helped me get out of a tough spot with my failing tests and in the end I had all tests passing and got full marks. (I had a typo ðŸ˜) Who did you work with? I worked with Neng Lao What was your strategy for solving the Markov assignment? Did you start writing code right away? Did you plan it out on paper? I didn't plan anything out, but I initially read the coding prompt and took a look at the UML diagram to get an idea of what was to be included. After reading and becoming familiar with the prompt I had it opened on my other screen while I created my stubs. Then I simply went down the list of methods on the prompt and coded them in order. What was THEIR strategy for solving the Markov assignment. Neng said his strategy was "For the assignment my strategy was to write out all the stubs and worked through each function/method one by one making sure they pass the t...