Closed snstclair closed 3 years ago
A couple more things:
Opportunity for using templating in the jsps, for example the head tag is nearly identical across pages. https://github.com/spartan7777/ConceptCompendium/blob/19581d0722b3995622c584aaf8f8526ef6b02619/src/main/webapp/WEB-INF/JSPs/searchresults.jsp#L3-L8
Some sneaky printlns and stack traces:
Design/Code Review 1
Project: Concept Compendium
Developer: Tosan Ogedengbe
Reviewer: Sydney St. Clair
2. Is professional and free of typos, slang, etc.
3. Thoroughly 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.
5. Project plan and time log are up-to-date.
2. There are at least two 1-to-many relationships.
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 (be sure to use a search to look for these!).
6. There are appropriate unit tests/code coverage.