diff options
author | mbrudka <mbrudka@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-05-13 19:56:35 +0000 |
---|---|---|
committer | mbrudka <mbrudka@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-05-13 19:56:35 +0000 |
commit | ec23c61d342f86521d286c1759a4a10ad5377af9 (patch) | |
tree | 1789eaca46e85a23ce175f2e97d36d8a01e0fbf2 /docs | |
parent | 47998134bc0bf6277a7da525e8d77757380cb34e (diff) | |
download | ATCD-ec23c61d342f86521d286c1759a4a10ad5377af9.tar.gz |
ChangeLogTag: Thu May 13 21:39:00 2004-05-13 Marek Brudka <mbrudka@elka.pw.edu.pl>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ACE-guidelines.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ACE-guidelines.html b/docs/ACE-guidelines.html index adc7304769a..ab140cc92c3 100644 --- a/docs/ACE-guidelines.html +++ b/docs/ACE-guidelines.html @@ -42,6 +42,11 @@ bgcolor="#ffffff"> reading code. And, it avoids mangling problems with email and net news.<p> + <li>Try to avoid creating files with exceesively long names (45 characters). + Moreover, ensure that the names of generated files eg. MakeProjectCreator, + tao_idl do not also go beoynd that limit. Some operating systems cannot + handle very long file names correctly.<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> |