bradbeattie / python-vote-core

Python libraries for various electoral methods
http://modernballots.com
Other
140 stars 36 forks source link

Naming conventions and the like #5

Closed bradbeattie closed 11 years ago

bradbeattie commented 14 years ago

http://google-styleguide.googlecode.com/svn/trunk/pyguide.html

bradbeattie commented 14 years ago

To find lines longer than 80 characters:

find . -name '*.py' -print0 | xargs -0 egrep '.{81}'