Greetings. Regarding nomenclature: what is the best way to refer to things in App Engine that may have a different "official" Python name? Here are some examples:
Kind --> it's really a class, a specialization of the db.Model or db.Expando classes. Entity --> it's really an instance or object. @annotation --> it's really a @decorator I'm sticking to the App Engine nomenclature for the most part, but in cases like @decorator where it's *not* annotating the code I prefer using the Python nomenclature, or even more OOP-neutral nomenclature. What's your opinion regarding this? Thanks in advance and cheers, pr3d4t0r http://www.istheserverup.com http://www.teslatestament.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
