Quote:
|
Well, you can, but in a big project, you have to worry about a typo every now and then, and about case sensitivity. When you use an enum instead, it comes up in IntelliSense ( and you can add XML documentation that will be shown here ) so you can be sure you get it right every time.
|
Hmm.. I never knew this actually happened when we use ENUM instead of the regular string

It's cool, but I think it's kind of weird for some reason to have a variable that's not case sensitive, moreover, it's emphasize more to bad coding practice...