My favorites | Sign in
Project Home Wiki Issues Source
Search
for
HackingOnTsumuFS  
General style guide and notes for hacking on TsumuFS
Featured, Phase-Implementation
Updated Feb 4, 2010 by june.t...@gmail.com

General Rules

Please keep in mind that while hacking on TsumuFS, one should attempt to observe the following rules:

  1. All classes must have unit tests.
  2. Commits must pass pychecker (make check) and unit tests (make test).

Please use the following coding style guide:

  • Attempt to follow 100 column line length guides. Note that this is a soft guideline -- if a line is more readable past 100 lines, feel free to do so, but do this as sparingly as possible.
  • Tabs and indents are two (2) spaces, no tabs whatsoever.
  • Private methods and vars are prefixed with an underscore.
  • Methods are written in camelCaseLikeThis.

With that said, happy hacking!


Sign in to add a comment
Powered by Google Project Hosting