Code Monkey Projectiles
Enums are great. However, enums do have their problems. There is nothing to stop someone from assigning any other integer to an enum variable. Also, the enum is not very extendable. The Strongly Typed Enum design pattern can solve these problems.
Posted On Thursday, July 31, 2014 12:00 AM | Comments (1)