On Tue, Oct 04, 2011 at 08:20:34PM -0700, alex23 wrote:
> Steven D'Aprano <steve+comp.lang.pyt...@pearwood.info> wrote:
> > Imported modules are variables like any other, and as they usually exist
> > in the global scope, so they will all need to be explicitly referenced as
> > global. This will get tiresome very quickly, and is a cure far worse than
> > the disease, and alone is enough to disqualify this suggestion from
> > serious consideration.
> 
> But on the gripping hand, it is a clear triumph of "Explicit is better
> than implicit." ;)
>

Simple is better than complex.
Readability counts.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to