I often find myself with if/else statements that are essentially the same line repeated while comparing to a different value. Here I'm writing code to the predict the amount of deaths from a deadly influenza outbreak. It has been refactored into a case statement, that still is very WET:I often find myself with if/else statements tha