Coding Standards/conventions Question:
Download Job Interview Questions and Answers PDF
Documentation Introduction
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).
Download Coding Standards Interview Questions And Answers
PDF
Previous Question | Next Question |
Size of Scripts and libraries? | Explain Documentation Libraries? |