On Mar 3, 7:16 pm, Chris Miles <[email protected]> wrote:
> My preference would be to export only the full names and let the user  
> alias them to one letter names if that's what they prefer (which may  
> become common practice, but isn't forced),
>
>   from tg import app_globals as g
>   from tg import tmpl_context as c

+ 1

Almost all modern text editors and IDEs feature autocompletion, so
there's no excuse using abbreviations anymore. It just makes things
confusing when someone who didn't write your code has to read your
code. A library or framework should NEVER do such things if you care
at all about having good documentation.

- Derick
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to