CST 338 Week 3 Learning Journal
During this week I have worked with Jerrick Wallace, Matthew Ross and Dakota Fouch. I got my code reviewed by Jerrick Wallace and Matthew Ross. It was informative to receive feedback as much as giving one.
Matthew commented that most of my code is well documented and the comments make it easy to read and understand. He also mentioned that my approach to the display method using String builder makes writing the function more efficient than building multiple strings.
Jerrick suggested that I need to work more on my comments inside the methods so it's a bit easier to understand complex methods. We had an interesting discussion about the sort function and the efficiency of bubble sort. Overall he thinks that the organization of your code is spot on.
We all had discussion on the most challenging part of the assignment (Histogram) and we agreed that it's the display method. It took the longest to complete and mostly trying to make it match the formatting in the prompt.
For me personally, the assignment has been fun to do, I think the second challenging method I worked on was the sort function since I wanted to make it use only 1 for loop to reduce the time complexity. Additionally, I spend some time to improve the read method so it uses a hash map to store the values and make it more efficient.
Comments
Post a Comment