Skip to content
Snippets Groups Projects
Commit dd2b68e6 authored by David Abram Cargill's avatar David Abram Cargill
Browse files

Update coding convertions for naming of enums.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@231466 13f79535-47bb-0310-9956-ffa450edef68
parent d3e971ec
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,13 @@
the source file StringPool.cpp.</li>
<li>In general, code should be documented with comments. Use JavaDoc tags to describe methods.</li>
<li>The naming convention for ENUMS should be choosen to be unique and descriptive
(i.e. INVALID or UNKNOWN) to avoid colliding with predefined macros in other
products. The current style of using ALL CAP enums should be phased out with
Mixed Case instead, except for names specified in standards (for example, TEXT_NODE
should not be converted to mixed case for standards compliance).</li>
</ol>
</a>
</faq>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment