From: Graham B. <gb...@po...> - 2001-07-06 10:26:07
|
On Fri, Jul 06, 2001 at 10:30:23AM +0100, Chris Ridd wrote: > Graham Barr <gb...@po...> wrote: > > I would rather stick to the same name convention as the rest of the module > > and have start_tls > > I don't really have strong views here, but since TLS is the name of a > protocol, it should be IMHO capitalized in the method name. TLS is normally capitalized because it is an acronym, so if we renamed it startTLS we should also rename root_dse to be rootDSE. But I would rather keep consistency across method names. > > Or should we rename Net::LDAP to Net::ldap ? ;-) Package names have different rules to method names. Graham. |