You know that feeling when you ship an app… and then immediately realize you forgot one use case? So you go back, tweak your logic, maybe add an if condition, or extend your switch block. Something like: switch (coffeeType) { case "espresso": ...