B
bigbob
Okay, back in the day, when dinosaurs and TTYs ruled the world, it made
sense to be as concise as possible. Fast forward to the 21st century, and we
get a brand new language with case sensitive variables. Hey, you can have x
and X refer to different things. Isn't that wonderful! Right... What kind of
a moron wants to remember x versus X? The VB tribe usually types variable
names in all lower case so that the IDE will convert them. If it doesn't,
you made a typo. That's a useful feature. Why doesn't C# have an environment
option to disable case sensitivity? Be honest now, what purpose does it
serve?
sense to be as concise as possible. Fast forward to the 21st century, and we
get a brand new language with case sensitive variables. Hey, you can have x
and X refer to different things. Isn't that wonderful! Right... What kind of
a moron wants to remember x versus X? The VB tribe usually types variable
names in all lower case so that the IDE will convert them. If it doesn't,
you made a typo. That's a useful feature. Why doesn't C# have an environment
option to disable case sensitivity? Be honest now, what purpose does it
serve?