Dear Wiki user, You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change notification.
The following page has been changed by 82.116.76.91: http://freevo.sourceforge.net/cgi-bin/moin.cgi/CodingStandard ------------------------------------------------------------------------------ @@ -6,6 +6,14 @@ * Always use 4 spaces for indentation. Do not use tabs as that can lead to errors if tabs and spaces are mixed in Python! + * Do not exceed 80 chars in a line. + + * Use a doc-string for each function. + + * Add documentation in the header of each file explaining what it does. + + * Add internal documentation (#comments) explaining what is done. + * Use tabnanny.py in the python lib to check for potential tab problems. * Also use freevo/contrib/developer/chktab.py ! ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Freevo-wikilog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-wikilog
