The `if-else` implementation you have is the right way to do this, since `switch` won't work with objects. Apart from maybe being a bit harder to read (which is subjective), there is no real downside in using `if-else` statements this way.