rishabht1 / gmapcatcher

Automatically exported from code.google.com/p/gmapcatcher
0 stars 0 forks source link

I am missing place with conventions used for gmapcatcher #233

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

I am missing place with conventions used for gmapcatcher.

Conventions for:
- class names
- widget names
- filenames
- function names
...

When I was trying to set some defaults for logging I found up, that there is 
some default behavior I didn't expect. So I made update that changed the 
behavior. It would be fine to have a place where also this default / expected 
behaviors should be listed.

Documentation is fine and could be used, but information in documentation for 
users is not always as complete as for developers in many aspects.

I will try to make such wiki page.

Original issue reported on code.google.com by standa31...@gmail.com on 9 Nov 2010 at 9:55

GoogleCodeExporter commented 9 years ago
We should try adopting: PEP 8 Style Guide for Python Code

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

Original comment by heldersepu on 9 Nov 2010 at 1:42

GoogleCodeExporter commented 9 years ago
There is also PEP 257 for docstring conventions.
http://www.python.org/dev/peps/pep-0257/

Original comment by standa31...@gmail.com on 10 Nov 2010 at 7:20

GoogleCodeExporter commented 9 years ago

Original comment by heldersepu on 29 Sep 2012 at 12:20