Coding Standard - DLR-SC/DataFinder GitHub Wiki

In general, we orientate on PEP8. However, there are some (historically caused) specifics:

  • Minimum Version: CPython 2.6.
  • We use the documentation tool epydoc. Thus, use the epydoc JavaDoc mark-up style for documentation strings.
  • Different naming rules:
    Camel case, first character lower case for all kind of variables and methods/functions.
    globalVarName, methodName, testMethodName, instanceVarName, functionParameterName, localVarName