in reply to Re: Defensive Programming
in thread Defensive Programming

Personally I think it's bad style. You now have dead code that will never execute. It's also confusing as it made me think for second and go, "hang on, the else will catch everything else".

Dead code is a bad thing. Let's not start introducing it deliberatly...

gav^