is it considered bad practice to write a switch case statement with a comma such as this:
switch(name) { case \'a\', \'A\' : break; }
Rather