In my code, the program does something depending on the text entered by the user. My code looks like:
switch (name) { case text1: { //bla
Fall through approach is the best one i feel.
case text1: case text4: { //Yada yada break; }