if/else statements are one of the most used statements of almost every programming language. Whenever you create new source files, a few methods you write will always contain an if-else
statement at some point. I tend to refactor these statements out, so that I have almost no else
statement in my code.
Benjamin Marwell
Ben’s IT-Comments