Open JBostroem96 opened 7 months ago
Thanks @JBostroem96 for your review of @chstudebaker's project. The level of detail you provide shows that you put some good time into reviewing the code, and have a good eye for many of the details related to java web dev.
I had a question about this comment "While I'm unable to view the application visually..." Was there a reason you weren't able to access the deployed application or have it demoed to you in some way? I think being able to comment on the usability of the application would be beneficial.
I was also curious about "Does this refer to the coverage when unit testing? I didn't see this." Yes, the idea is that any tricky logic is unit tested. For example, if I had a bunch of calculations happening in a servlet's doGet, it would be best to put that code block in a utility method and unit test it (servlet methods like doGet, doPost, can be hard to test, so moving it into a reusable, testable class is ideal).
@pawaitemadisoncollege @chstudebaker
Design/Code Review 2
Project: herobase
Developer: Cole Studebaker
Reviewer: Jimmy Bostroem
I think this project is looking good; it seems to cover the necessary ingredients for a successful CRUD-oriented application. I'm looking forward to seeing it in its final state soon.