Closed RobIsInSchool closed 3 years ago
@RobIsInSchool - I think (part of) the problem are the blank lines between each table "row". Can you try that and see if it helps?
This should render correctly, for example: ` | Item | Considerations | Comments/Suggestions |
---|---|---|---|
Reviewer comments and suggestions go here. EVERY item should have at least one "kudos" and one suggestion for improvement | ` |
@pawaitemadisoncollege That did the trick! Thanks.
@RobIsInSchool and @spartan7777 One thing to add to this, there are some sneaky System.out.printlns and stack traces out there (screenshots below may not be all-inclusive). Don't you love it when instructor-provided code has built-in standards "violations"? Be sure to replace those with logging statement prior to Checkpoint 2.
Design/Code Review 1
Project:
Concept Compendium
Developer:
Tosan Ogedengbe
Reviewer:
Robert Adams
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.