Просмотр исходного кода

clarify naming conventions

[SVN r17662]
Beman Dawes 23 лет назад
Родитель
Сommit
c458eb0a3f
1 измененных файлов с 11 добавлено и 6 удалено
  1. 11 6
      more/lib_guide.htm

+ 11 - 6
more/lib_guide.htm

@@ -171,11 +171,16 @@ library, but a reasonable effort to comply is expected.</p>
     supply performance, platform, or other implementation variations.</li>
 </ul>
 <ul>
-  <li>Use the lowercase/underscore <a href="#Naming">naming conventions</a> of
-    the C++ standard library.&nbsp; Template parameter names begin with an
-    uppercase letter. Macro (gasp!) names should be all uppercase and begin with 
-    BOOST_. Acronyms should be treated as ordinary words 
-    (e.g. <code>xml_parser</code> instead of <code>XML_parser</code>). </li>
+  <li>Use the naming conventions of the C++ Standard Library (See
+  <a href="#Naming">Naming conventions rationale</a>): <br>
+&nbsp;<ul>
+  <li>Names (except as noted below) should be all lowercase, with words 
+  separated by underscores.</li>
+  <li>Acronyms should be treated as ordinary names (e.g. <code>xml_parser</code> instead of <code>XML_parser</code>).</li>
+  <li>Template parameter names begin with an uppercase letter.</li>
+  <li>Macro (gasp!) names all uppercase and begin with BOOST_.</li>
+</ul>
+  </li>
 </ul>
 <ul>
   <li>Choose meaningful names - explicit is better than implicit, and readability counts.
@@ -444,7 +449,7 @@ suggestion.&nbsp; Major contributions are usually acknowledged in the
 documentation, while minor fixes are often mentioned in comments within the code
 itself.</p>
 <hr>
-<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->20 February, 2003<!--webbot bot="Timestamp" endspan i-checksum="40398" --></p>
+<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->26 February, 2003<!--webbot bot="Timestamp" endspan i-checksum="40410" --></p>
 
 </body>
 

粤ICP备19079148号