Documenting the code
Documentation of the code tells why a specific method was chosen and how to use a program. Documentation has two common methods:
1. Documenting the code, explaining what it does and sometimes why this specific logic was chosen.
2. How to use a program is specified in readme file.

Comments
Post a Comment