We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 326cb1b commit 4fdd6baCopy full SHA for 4fdd6ba
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