Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 705 Bytes

Developer's-handbook---Java.md

File metadata and controls

15 lines (9 loc) · 705 Bytes

Developer's handbook comes handy for a developer regarding the various checklists like coding standards, quality metrics, documentation criteria etc., for Java programming language.

Solution

The key solution considerations are

Chekclists

Following are the checklist to be followed by both the developers and the reviews for code compliance.

1. Coding standards

All the code shoudl follow the coding standards as mentioned in Coding Standards - Java<TODO>

2. Quality metrics

All the code should comply to the quality metrics like unit test case coverage, automation tests etc., as mentioned in Quality metrics<TODO>