On Sat, 05 May 2012 13:57:13 +0200, "Harry B." <
bongo...@gmail.com>
wrote:
Hello Harry, Karl,
>
>> <g> - and now imagine, there are folks who find casesensitive varnames
>> a cool idea like:
>
>I'm one of those folks. But not for using them as different vars in the
>same context, but for better reading them. So I like to use allways the
>same form of writing a var, and the compiler should help me with that.
>
That would indeed be handy, but as Karl said, only if it forces you to
have the same way of writing the variable names.
E.g. in VO, I define cMyVar
and every time I type e.g. CmYvAR Intellisense will change it to
cMyVar (in SP3 removing the current token doesn't always work
however). But when you type it right the first time, it works handy.
In C#, typing CmYvAR doesn't change anything for you. It just gives a
compiler error and you have to re-enter. I have not checked what
Vulcan is doing but again I consider VO's way to be the preferable
way.
Dick