================================== Marking Code comment abbreviations ================================== -IAN! idallen@ncf.ca I use these abbreviations when marking your shell scripts: com - missing or incorrect comments mis - missing code required by specification nca - no "cat" needed; superfluous use of "cat" command (not necessary) ncs - no command substitution $(...) needed; use command directly nnc - not necessary (probably correct; but, should be left out) nop - not optional; this argument is not optional; use arg not [arg] obv - obvious comments; comments add nothing to what is already in the code quo - quoting is incorrect (including missing quotes) sim - simplify; code is too complex syn - syntax is incorrect (see the man page) unk - unknown purpose (code, comment, or syntax) If you don't understand why I made the comment, come see me. "Less code is better code"