================================== Marking Code comment abbreviations ================================== -IAN! idallen@idallen.ca I use these abbreviations when marking your shell scripts: com - missing or incorrect comment lines (comments must begin with "#") exp - message does not say exactly what kind of input is expected from the user ind - incorrect indentation log - logic error (e.g. exiting before printing error message) mis - missing code required by specification nnc - not necessary (probably correct; but, should be simplified or left out) one - missing or inaccurate One-Line Description comment pro - missing or unhelpful prompt, or prompt on stdout instead of stderr quo - quoting is incorrect (including extra or missing quotes) sim - simplify; code is too complex sho - error message does not show or count exactly what was entered by user syn - Syntax line is missing or incorrect 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"