A short, simple switch and a half a dozen case clauses with two or three lines each is generally regarded as nice and concise. Otherwise, I generally agree.

Besides, I think else gets over used these, days, too. :-) I remember some particularly shocking code some years ago where the programmer had only just discovered the else clause and managed to use it on almost every if statement.

Wade.