Tuesday, February 26, 2019

Enum Tricks: Featured Enum Instead of Switch

Problem and the Solution

Switch/case is the common control structure implemented in most imperative programming languages. Switch is considered more readable than a series of if/else.

Here is a simple example:



from DZone.com Feed https://ift.tt/2SXSf21

No comments:

Post a Comment