CST338: Wk04 Learning Journal Project 1 review
- With whom did you work?
I work with Tim Shaker
- 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.
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.
- 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.
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.
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.
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.
- If you didn't how will you celebrate?
- 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.
- This isn't a joke. It helps our learning to celebrate and
acknowledge victories. <-- Dr.C just fought for your right to party.
Comments
Post a Comment