On 2010-10-20, Matteo Landi <landima...@gmail.com> wrote:
> Another situation in which I needed to disable such kind of warnings
> is while working with graphics modules.
> I often use variable names such as x, y, z for coordinates, or r,g,b for 
> colors.
> Would longer names make the reader's life easier?

Interesting point.  Which is really easier to read:

        x, y, z = p.nextpoint()

        xCoordinate, yCoordinate, zCoordinate = polygon.nextPointCoordinates()

-s
-- 
Copyright 2010, all wrongs reversed.  Peter Seebach / usenet-nos...@seebs.net
http://www.seebs.net/log/ <-- lawsuits, religion, and funny pictures
http://en.wikipedia.org/wiki/Fair_Game_(Scientology) <-- get educated!
I am not speaking for my employer, although they do rent some of my opinions.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to