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 cbc98df commit 1b3e2c2Copy full SHA for 1b3e2c2
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 "<svn username here>_0". For example, #if FOO_0, where FOO is your
63
- svn user foo. This allows easier tracking of why code was commented out,
+ use "<git username here>_0". For example, #if FOO_0, where FOO is your
+ git 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