Coding Standards/conventions Question:

Documentation Introduction

Coding Standards Interview Question
Coding Standards Interview Question

Answer:

Documentation is done to provide others with information and ease maintenance. The best documentation is done in the headers (function and scripts) and directly in the code. Any useful thoughts ie a chosen algorithm or a solution to a specific problem should be documented in order to help others understand the script(s) and/or function(s).


Previous QuestionNext Question
Size of Scripts and libraries?Explain Documentation Libraries?