CST338: Wk04 Learning Journal Project 1 review

 

  • You can work with up to three people (you MUST work with at least one other person)
    1. With whom did you work?
      I work with Tim Shaker
  • What was your strategy for solving the assignments?
    1. Did you start writing code right away? Did you plan it out on paper? 
      Initially I read the documents of the requirements for the program. I then check the test cases involve within the project. I then started coding the things I can easily understand. I writing the codes of methods that doesn't require any other methods. Once I wrote all the necessary methods and classes needed I check the test cases to see which one fail. I try to solve each bug one at a time until everything passes. 
  • What was THEIR strategy for solving the assignments
    His strategy was to first read the documentation, then scaffold out out the classes and resolve any syntax errors so that the code would compile. From there, he worked on implementing the logic as it was described in the documentation, focusing on getting the tests to pass. After all the tests were passing, he reviewed in output from the tests to make sure it made sense, then cleaned up the code a bit and added some javadocs.
  • How would you change your strategy having worked on the assignment?

  • According to your classmate(s): how well does your code follow the Google Java Style Guide
  • Links to an external site.?
    1. Did you know you can automate applying some of the style guide rules
      No, but I can use this for future projects. My classmates or peers also think I follow the guide properly. 
  • What was the most challenging part?
    For me the most challenging part was fixing the bugs and logic of my code. When I initially wrote the code it seemed fine but once I finish all the method the output wasn't right and the test cases were failing. At this time I have to debug and follow each step one by one just to double check the output of each line and method if there is any.  
  • What was the most interesting?
    Most interesting to me is looking for the defects of my product. Looking for the bug because I missed something. It almost feels like looking for a easter egg on what I did.
  • What are you the most proud of?
    I was mostly proud of finishing the project in time with no major issue. At any point of doing my project I did not had a major issue that blocked me. I was able to figure things out on my own.
  • How did you celebrate completing the assignment? 
    1. If you didn't how will you celebrate?
      1. This isn't a joke. It helps our learning to celebrate and acknowledge victories.  <-- Dr.C just fought for your right to party.
        I Celebrate by going out with my wife and took the Friday and Saturday off for both work and school. 
  • Comments

    Popular posts from this blog

    Week 4

    Week 5

    Week 2