allyd93 / linkage-mapper

Automatically exported from code.google.com/p/linkage-mapper
0 stars 0 forks source link

Set variables lower case #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What needs to be done?
Variables should be lower case.
Please provide any additional information below.
Follow guidelines in PEP 8 (see http://www.python.org/dev/peps/pep-0008/)

Original issue reported on code.google.com by dkconser...@gmail.com on 15 Mar 2011 at 9:37

GoogleCodeExporter commented 8 years ago
Not sure variables should be lower case- can't find a specific reference to 
variables (only to instance variables and constants) in referenced PEP 8 
document.

Original comment by mc...@circuitscape.org on 6 Jan 2012 at 7:00

GoogleCodeExporter commented 8 years ago
See also -
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding
-style/
http://bayes.colorado.edu/PythonGuidelines.html#naming_conventions 
http://stackoverflow.com/questions/159720/what-is-the-naming-convention-in-pytho
n-for-variable-and-function-names

Original comment by dkconser...@gmail.com on 7 Jan 2012 at 12:41