Coding Standards/conventions Question:

Explain Documentation Libraries?

Tweet Share WhatsApp

Answer:

The documentation rules are almost exactly the same as for Scripts "Documenting scripts". Although from a technical point of view it is feasible to place procedures in libraries it is not common to do that. Functions are a better alternative as they accept parameter passing.

Download Coding Standards PDF Read All 26 Coding Standards Questions
Previous QuestionNext Question
Documentation IntroductionFrom where CamelCase gained popularity?