# HG changeset patch # User Oleksandr Gavenko # Date 1312372096 -10800 # Node ID 7270274e29a399dfe422cb65c7a5540dc2d4c4a5 # Parent bab1d4bfd0c94c891920f553c61ee496a599f1be Add tips from Code Conventions for the Java TM Programming Language. Programming Practices diff -r bab1d4bfd0c9 -r 7270274e29a3 devel-codetags.rst --- a/devel-codetags.rst Wed Aug 03 14:33:33 2011 +0300 +++ b/devel-codetags.rst Wed Aug 03 14:48:16 2011 +0300 @@ -10,7 +10,11 @@ http://www.python.org/dev/peps/pep-0350/ Codetags + http://java.sun.com/docs/codeconv/html/CodeConventions.doc9.html#395 + Code Conventions for the Java TM Programming Language. + Programming Practices http://c2.com/cgi/wiki?FixmeComment + Fixme Comment FIXME ===== @@ -18,6 +22,8 @@ For things which are definitely broken, but where you want to not worry about it for the moment. +Use FIXME to flag something that is bogus and broken. + TODO ==== @@ -29,6 +35,8 @@ XXX === +Use XXX in a comment to flag something that is bogus but works. + For things that require more thought and that are arguably broken. An XXX demands attention and is not intended to stay in the code long. We may