Is PEP-8 a Code or More of a Guideline?

Ben Finney bignose+hates-spam at benfinney.id.au
Fri Jun 1 08:05:42 EDT 2007


"Joe Riopel" <goon12 at gmail.com> writes:

> Using camel case instead of the under_score means less typing. I am lazy.

Using camelCase instead of lower_case means harder reading. I am lazy.

Remember: a program is read by humans much more often than it is written.

-- 
 \      "If you saw two guys named Hambone and Flippy, which one would |
  `\       you think liked dolphins the most? I'd say Flippy, wouldn't |
_o__)      you? You'd be wrong, though. It's Hambone."  -- Jack Handey |
Ben Finney




More information about the Python-list mailing list