Ben Bangert wrote:

> After talking with Ian Bicking a bit tonight, I'm finally fully sold
> on retiring the one-letter variable names from Pylons. The most likely
> replacement names:
>
> c -> context
> g -> ??? (as globals/global is already taken)

Awesome.  I am so glad you have seen the light on this one.  Right now,
TG2 is aliasing `c` to `context` and `g` to `app_globals`, which I think
are both good names.

> In controllers, I think we can do away with the 'from ... import *'.
> While this works nicely for awhile, it almost always tends to leave a
> bad taste on people's mouth.
>
> [snip, snip]
>
> This also means we could get rid of the somewhat awkward __all__
> export stuff hanging around in the base controller.

Now you're on a roll.  I love it.  I am a full +1 on all of the ideas.

--
Jonathan LaCour
http://cleverdevil.org


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to