Posted by: dhj in Software Development on Jul 09, 2011
I can't stand it anymore. I honestly don't understand why some developers (particularly those coming from the C world) continue to vertically line up else underneath if
Nobody would ever write *
switch (expression) {
case true:
DoSomething;
break;
case false:
DoSomethingElse;
break;
}So write