pylint -- should I just ignore it sometimes?

Steven D'Aprano steve at REMOVE-THIS-cybersource.com.au
Thu Oct 21 09:14:42 EDT 2010


On Thu, 21 Oct 2010 12:49:47 +0000, Neil Cerutti wrote:

> _The Practice of Programming_ has this right. In general the bigger the
> scope of a variable, the longer and more descriptive should be its name.
> In a small scope, a big name is mostly noise.

Thank you! The scope of the variable is an important factor.

+1

-- 
Steven



More information about the Python-list mailing list