Re: [Zope3-Users] Utilities naming convention

2006-11-17 Thread David Pratt
Hi Frank, I guess I have just seen more Utilities named this way than not - so just confirming things for myself. I am also using zapi all over the place. Perhaps I should stop... I am not seeing deprecation warnings yet. Many thanks. Regards David FB wrote: Hi, On Thu, Nov 16, 2006 at 04:0

Re: [Zope3-Users] Utilities naming convention

2006-11-17 Thread Thierry Florac
Le vendredi 17 novembre 2006 à 11:48 +0100, FB a écrit : > PS: I know, zapi is deprecated - but it's so convenient :-) ... ??? What ? Why is zapi going to be deprecated ?? I didn't know that and I agree with you that it is VERY convenient and usefull, even if it's "just" a set of shortcuts to

Re: [Zope3-Users] Utilities naming convention

2006-11-17 Thread FB
Hi, On Thu, Nov 16, 2006 at 04:09:52PM -0400, David Pratt wrote: Probably should > have clarified - I am referring to Utility container names not anything to > do with Python coding standards. None that I'm aware of. Only the title of the utility's registration matters for your application - whic

Re: [Zope3-Users] Utilities naming convention

2006-11-16 Thread David Pratt
Probably should have clarified - I am referring to Utility container names not anything to do with Python coding standards. David Pratt wrote: Just a simple question of style for naming utilities. I don't like caps in urls. Is there a general convention of using CamelCase for utility names or