On Thu, Nov 04, 2010 at 10:19:27AM -0400, Rudy Lippan wrote: > On 11/04/2010 06:00 AM, Tim Bunce wrote: > > On Wed, Nov 03, 2010 at 09:13:38PM -0400, Rudy Lippan wrote: > >> > >> Hi Tim, &al., > >> > >> I am working on writing a DBD for mongoDB, but before I get too far into > >> the code, I'd like to get an official prefix for it. I am leaning > >> towards 'hu_'* this way I won't have to worry about any of my names > >> colliding with anything that is using a mongo_, although dbdmongodb_ or > >> mongodbd_ would also work but take longer to type. > > > > Including 'dbd' would be redundant. > > I know. I just like they way it sounds: dbdmongodb :)
But ni one would say that. People rarely use the prefix when talking about drivers. They don't say "dbdix" or "dbdsyb". Note that the registered prefix used for driver-private attributes and methods need not match the driver name. e.g., DBD::Sybase has a prefix of "syb_". > > I don't understand your concerns over using mongo_. > > I think that mongo_init() was my primary concern, but upon reflection, I > don't understand my concerns either. I somehow got a 1-1 mapping of > 'dbd_' -> 'driver_' stuck in my head. > > 'mongo_' it is then. :-) Tim.