]> granicus.if.org Git - php/commitdiff
As per the suggestion on php-dev, now please #ifdef 0_<username here>
authorDan Kalowsky <kalowsky@php.net>
Tue, 13 Aug 2002 21:44:59 +0000 (21:44 +0000)
committerDan Kalowsky <kalowsky@php.net>
Tue, 13 Aug 2002 21:44:59 +0000 (21:44 +0000)
CODING_STANDARDS

index b588a88f3b5a3e748bc96802d57b9afefbb01be0..faebc7766304645073d7d6b15d458133e7946310 100644 (file)
@@ -110,6 +110,11 @@ Exceptions:
        Function calls in assert conditions may also cause this problem, if 
        they modify one of their arguments or global variables.
 
+[9] When commenting out code using a #if statement, do NOT use 0 only.  Append 
+    to any 0 an _<cvs username here>.  For example, #if 0_FOO, where FOO is
+    cvs user foo.  This allows easier tracking of why code was commented out, 
+    especially in bundled libraries.  
+
 Naming Conventions
 ------------------