convert variables and methods to lower_case_with_underscores

Issue #1 resolved
sloft repo owner created an issue

See http://www.python.org/dev/peps/pep-0008/

Function names should be lowercase, with words separated by underscores as necessary to improve readability. se the function naming rules: lowercase with words separated by underscores as necessary to improve readability.

Comments (4)

  1. Log in to comment