Open jvjohnson1 opened 4 years ago
@jvjohnson1 Nice job with your review comments here. Please remember to also comment on code. You can view code directly in Github if you weren't able to review it together last night.
Examples:
When doing the code review portion, did you find any printStackTrace statements or printlns? If so, please indicate where so @yocarrotyo can easily fix them. If not, indicate none were found. Hint: the search feature is in Github can be useful for finding these.
Was the .gitignore there?
Classes sizes ok?
Design/Code Review 1
Project: Hammock Helper
Developer: Caroline Hughes
Reviewer:
2. Is professional and free of typos, slang, etc.
3. Fully explains the problem and the solution
4. Is understandable by the average person
2. The order in which values are displayed are logical and easy to understand/use
3. The order in which the form fields entered are logical and easy to understand/use
4. All data discussed/documented (problem statement, flow, db design, etc.) is represented on the screens
2. There is at least one 1-to-many relationship.
3. The model represents good database design
2. a .gitignore file for IntelliJ Java projects has been implemented
3. There is not any redundant or copy/paste code in the JSPs or classes
4. Classes are appropriately-sized (no monster classes)
Property files are used appropriately: no hard-coded values
5. Logging statements are used rather than System.out.println and printStackTrace.
6. There are appropriate unit tests/code coverages.