Coding Standards
1. Documentation: Developers need to document their code for better understanding and readability. For class, need to specify class description and author. For variable/attribute, need to specify its description and type of value it store. For method, need to write description, input parameter details, and method’s return value. Below is sample class: