cst 338: week 3
Feedback I got about my code:
The feedback that I got about my code was that it was generally well formatted, but it was difficult to see why I chose private or public variables at times. I got positive feedback on the lack of warnings, and the tests passing.
Trends when evaluating other's code:
When evaluating my classmates' codes, I noticed that it was difficult to read without comments or javadocs. That is something that I look out for to understand the flow of code, so it reminded me to keep adding these to my own code.
A part of the code a struggle for me:
I personally struggled with ordering my methods, from most relevant to least relevant. I also take a bit longer than expected when it comes to writing the methods itself, but that's because I start off with pseudocode, and then write with Java syntax.
Part that was easy to write code:
I find constructors super easy to write, and I understand why we need setters and getters. Also, once the pseudocode makes sense, it feels easy to write the code too.
Biggest victory:
My biggest victory was not waiting til the last minute to submit my work! I finished before 10pm for all of these assignments due to me managing my time well thankfully.
Comments
Post a Comment