Enum Tricks: Featured Enum Instead of Switch Switch/case is the common control structure across programming languages and is considered more readable than a series of if/else. However it enforces different consumers to implement specific logic without reusing it. See how you can encapsulate this logic inside an enum instead. #java #junior #middle https://dzone.com/articles/enum-tricks-featured-enum-instead-of-switch