Skip to content
Rob Smith edited this page Feb 29, 2012 · 4 revisions

Coding Standards

Current

  • Collector default configuration should be in the get_default_config method of the class
  • All collectors should verify before doing. For example, if the collector requires the existance of a file, check to verify that it exists and is readable before opening.
  • Unit tests are highly recommended

Future

  • PEP-8
Clone this wiki locally