Developer's handbook comes handy for a developer regarding the various checklists like coding standards, quality metrics, documentation criteria etc., for Java programming language.
The key solution considerations are
Following are the checklist to be followed by both the developers and the reviews for code compliance.
All the code shoudl follow the coding standards as mentioned in Coding Standards - Java<TODO>
All the code should comply to the quality metrics like unit test case coverage, automation tests etc., as mentioned in Quality metrics<TODO>