Question for software developers

Ha! That’s really funny - and exactly what I’m talking about. Why use if… else when you can use a try/catch block!

And, for the record, it makes it hell to try to put in actual exception handling and logging, if every catch… block has to be inspected to see if it’s really an exception, or just a state change of some sort.