pylint -- should I just ignore it sometimes?
Ben Finney
ben+python at benfinney.id.au
Wed Oct 20 18:00:48 EDT 2010
Seebs <usenet-nospam at seebs.net> writes:
> Interesting point. Which is really easier to read:
>
> x, y, z = p.nextpoint()
>
> xCoordinate, yCoordinate, zCoordinate = polygon.nextPointCoordinates()
The latter uses camelCase, so it's horrible right out of the gate :-)
--
\ “The cost of education is trivial compared to the cost of |
`\ ignorance.” —Thomas Jefferson |
_o__) |
Ben Finney
More information about the Python-list
mailing list