My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
StyleGuide  
Style Guide for OI application source code
Updated Feb 26, 2012 by peli0...@gmail.com

OI Style Guide

Any code you submit should follow the following code style guidelines:

  • Adjust your style to the style of the code you want to modify.
  • Indent code by tabs, unless surrounding code uses white spaces.
    • Warning: When submitting a patch, don't touch lines that you don't need to change, even if they are formatted wrongly! In particular, don't autoformat a file!
  • Create new strings always in strings.xml. Strings in source code are only acceptable in log output.

See also the remarks regarding AutomatedTesting.


Sign in to add a comment
Powered by Google Project Hosting