code style and readability [was: Re: Checking the boolean value of a collection]

Fredrik Lundh fredrik at pythonware.com
Sat Sep 13 16:14:55 EDT 2008


Larry Bates wrote:

> I also have a personal dislike for early returns because I've found it 
> makes it harder insert execution trace logging into the code.

in a language that makes it trivial to wrap arbitrary callables in 
tracing wrappers?

</F>




More information about the Python-list mailing list