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 :) > 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. -r