diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-09 03:01:51 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-09 03:01:51 +0000 |
commit | 3c87925e4019fbe406727b936fceb94013d46195 (patch) | |
tree | 816e33cf6c3bb13c229e4df92564f6cf9f2e143c /docs | |
parent | 9ab81931224594ade56ee85d606bec7293fc45ee (diff) | |
download | ATCD-3c87925e4019fbe406727b936fceb94013d46195.tar.gz |
notify via email if a particular individual's attention
is needed to address a comment in the code
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ACE-guidelines.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ACE-guidelines.html b/docs/ACE-guidelines.html index 0aab59b4c66..50187c5b12b 100644 --- a/docs/ACE-guidelines.html +++ b/docs/ACE-guidelines.html @@ -32,6 +32,10 @@ bgcolor="#ffffff"> indent using spaces. </pre><p> + <li>If you add a comment to code that is directed to, or + requires the attention of, a particular individual: + <strong>SEND EMAIL TO THAT INDIVIDUAL!</strong>.<p> + <li>Every program should have a ``usage'' message. It should be printed out if erroneous command line arguments, or a <strong><code>-?</code></strong> command line argument, are |