wiki Guidelines

From OpenKore Wiki
Revision as of 00:12, 22 October 2010 by EternalHarvest (talk | contribs) (Created page with '= Current Guidelines = = Proposed Guidelines = * Don't enclose each argument in parentheses (why it's like that in References?) * Config options should not have all content…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Current Guidelines

Proposed Guidelines

  • Don't enclose each argument in parentheses (why it's like that in References?)
  • Config options should not have all contents marked as optional. If option is specified in config and is empty, it indeed set and has content (empty string, which will be interpreted as boolean false or number 0).
  • Boolean config options do not "enable or disable". Generally, option just enables something (when it's set to non-false).