Open NotSoFearfulSymmetry opened 4 years ago
@NotSoFearfulSymmetry Regarding Code feedback - you can view code directly in Github if you weren't able to review it together last night. 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? Any redundancy?
Two printStacktrace statements in Database.java. The .gitignore is present, and the classes look to be good sizes. There is some redundancy in the DAOs; perhaps a generic DAO could address this.
Design/Code Review 1
Project: Hammock Helper
Developer: Caroline Hughes
Reviewer: Simon Powers-Schaub
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
What's the flow between them?
What's the mobile layout?
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.