Cicode Programming Reference > Using Cicode Programming Standards > Cicode Comments

Cicode Comments

Comments are designed to to aid understanding and maintenance of code. You should place comments in the notes of the function header so as not to clutter up the code. Small one-line comments are acceptable to explain some small part of the code which may be hard to understand in the normal header comment.

See Also

Using Cicode Programming Standards