From: Brett K. <in...@us...> - 2005-08-19 00:11:43
|
Update of /cvsroot/wtfibs/WTFibs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20794 Modified Files: STYLE Log Message: removed 'bot' references from STYLE, fixed spelling error Index: STYLE =================================================================== RCS file: /cvsroot/wtfibs/WTFibs/STYLE,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- STYLE 17 Aug 2005 19:07:14 -0000 1.1 +++ STYLE 17 Aug 2005 20:06:22 -0000 1.2 @@ -8,7 +8,7 @@ Maximum line length is 79 characters. 78 is a safer bet, though. This is **NON-NEGOTIABLE**. Your code will not be accepted while you -are violating this guidline. +are violating this guideline. Identation is 4 spaces per level. No tabs. This also is **NON-NEGOTIABLE**. Your code, again, will *never* be accepted while @@ -58,7 +58,6 @@ s = fd.read() finally: fd.close() -This is to be sure the bot doesn't leak file descriptors. Whenever joining more than two strings, use string interpolation, not addition: |