We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1f248 commit f71490cCopy full SHA for f71490c
CODING_STANDARDS
@@ -59,8 +59,8 @@ Exceptions:
59
you're calling.
60
61
7. When commenting out code using a #if statement, do NOT use 0 only. Instead
62
- use "<cvs username here>_0". For example, #if FOO_0, where FOO is your
63
- cvs user foo. This allows easier tracking of why code was commented out,
+ use "<svn username here>_0". For example, #if FOO_0, where FOO is your
+ svn user foo. This allows easier tracking of why code was commented out,
64
especially in bundled libraries.
65
66
8. Do not define functions that are not available. For instance, if a
0 commit comments