A Clean and More Efficient Code — In my last article, I showed you how to create a modular powerup system. In this article, I will show you how using Switch statements can make your code not only cleaner, but also more efficient. Goodbye “Else If” and Hello “Case”! Instead of making a clutter with the else if statements, we can now use…