Given that one needs to deal with case sensitive environment, when would one benefit from having all caps or all non-caps names of variables or similar identifiers, as opposed to have camel case? Limit being number of characters being enforced - max 6!
Normally one would not care about the case (machines would sort it by copy/paste mechanism), but every now and then, humans would need to deal with them directly.
I would rather see either all upper or lower case, for the fact of not need to remember the case in the first place.. and yes there might be a policy in place to manage this, but then again, is it worth to have that kind of policy at all!?
EDIT:
Thanks for the comments, but maybe I should clarify what I'm after exactly. I agree that naming convention should be adhered to, and I'm not trying to find excuses not to respect it. It is more like trying to change the policy and have some reasonable arguments for doing so.
This is not about programming language and I apologize if this is not the right place to discuss this - it seemed the right place to ask since I know software engineers deal with 'cases' on daily basis.