On Dec 18, 2007 3:12 AM, Ben Bangert <[EMAIL PROTECTED]> 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) > h -> GONE (import the modules you need, most ppl want similar > functions and can't find them anyways, importing them teaches people > where they are, and shows them what else they might want to use)
Well, Turbogears 2 currently provides aliases for these things because the current variable names are meaningless, and if you made these changes it would certainly help to move TG2 and pylons closer together because we could drop those aliases. As for the imports, we've recently had this discussion in TG, and it may be reasonable to have some commented out import lines for some common user requirements. --Mark --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---