Learn how to use statements like if, if-else, switch, for, and while to declare variables and specify expressions, make decisions, iterate over statements, and more. Java applications evaluate ...
So I'm in a code review and this one person wrote a 1000+ line switch statement with nested if / else blocks and nested switch statements.<BR><BR>Am I wrong in thinking this is very bad? The McCabe ...