On 6/1/06, Ed Singleton <[EMAIL PROTECTED]> wrote: > I was just wondering if there was any groupthink on whether clas names > should be plural or singular (and also the same with tables I guess).
Singular for classes and plural for tables for me. I find this unintuitive: newuser = Users(name='Ed') and this also: select id from account where expired < now() This first gets confusing for words that have the same singular and plural forms (which are common in my language). Arnar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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 -~----------~----~----~----~------~----~------~--~---

