Week 13: CST 338 Module 5

This is the thirteenth week of the CSUMB computer science program.

I worked with the following teammates:

  • Noah
  • Nasser
  • Suhaib
What was my strategy for solving the Markov assignment:

I followed the directions on the prompt as best as I can, while implementing the logic through winging it with for loops and if statements. Basically, I simply implement a majority of what I do through basic implementations, which eventually get prompts from Intellij IDEA through warnings; nevertheless, I pick the methods that seem simple and leave the methods that use other methods for last. In the end, I simply started writing the code right away by following the prompts descriptions, while not really planning it out on paper.

What were my teammates strategy for solving the Markov assignment:
  • Noah's strategy was to follow the prompts descriptions, while implementing stubs of each method, which was then implemented based on whether they were singular methods or required other methods to work. Basically, Noah followed the prompts directions to implement the code right away without any real planning on paper.
  • Nasser's strategy was to blindly follow the prompts descriptions, while not really trying to understand the assignment. In the end, Nasser followed the prompts descriptions to implement them on the spot without a real plan going into it.
  • Suhaib's strategy was to follow the prompts descriptions, while implementing the code right away. In the end, Suhaib simply followed the prompts directions without any other planning involved.
How would I change my strategy after having worked on the assignment:

The way I could change my strategy would be through properly planning ahead of time. Basically, I simply follow the directions of the prompt without any real plan on how I would organize, implement, or even commit through branches to the repo. I simply implement the code right away and leave the organization to the Google Style Guide program to reformat the code. In the end, I would like to change my strategy to encompass through planning before implementing the code on the spot.

According to my teammates, how well does my code follow the Google Style Guide:
  • Noah said I followed the Google Style Guide correctly
  • Nasser said I followed the Google Style Guide correctly
  • Suhaib said I followed the Google Style Guide correctly




Comments

Popular Posts