Posts

Showing posts from July, 2024

CST338: Wk05: Learning Journal Markov

 I worked with Rahim, Jess, and Saria to review the Markov assignment.  Honestly, I just started coding right away, just going through the hw prompt, but did notice that some methods depended on others so I just worked through each. Everyone else seemed to be more methodical approach than my just do it approach.  In particular Jess started work on methods that did not depend on other methods.  Saria, did more planning upfront to understand how the data flows.  If I were to approach this assignment differently than I would probably would understand how the data will flow through each method and see what the dependencies are.  According to my classmates, my code seemed to follow the Google guidelines very well.

CST 338: Code Review

The histogram hw was a fun little project that I enjoyed doing.  The sorting portion was the most difficult and everyone mostly wrote the code the same way.   The sorting code was a struggle since I had to remember how I did it from years ago!  I'm impressed with how IntelliJ does all the autogeneration, which saves so much typing!  I remember having to write all that from scratch.