Hi!
What happens when we have people editing on systems which have
different case matching rules? Windows, different mount points, etc...
Keep everything lower case. I have found that this just becomes a mess
to deal with. I made the mistake of once introducing a directory
called "Build" in MySQL where there was already one called "BUILD"...
just wasn't paying attention and I had been working Xcode. Blew up
everything... keeping everything to lower case keeps accidents like
this from happening.
Cheers,
-Brian
On Aug 14, 2009, at 10:00 AM, Monty Taylor wrote:
Hey all,
I was reading Jay's blog on Replication (nice work Jay) and something
struck me (which has been bugging me for a little while)
"drizzled::plugin::CommandReplicator, available in
drizzled/plugin/command_replicator.h"
Why? Why not drizzled/plugin/CommandReplicator.h? Now, I know there
are
filesystems that don't do uppercase/lowercase properly, so I'm not
suggesting we ever have a session.h and a Session.h ... but why
would we
convert CamelCase to under_score, but only for filenames?
Anybody have any opinions on this?
Monty
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp