Reusable Enums

Enums are very important as the limit a field value to ensure consistency in spelling. Since they are 'stateless' or static, they should be created once and used everywhere. Take an Enum of countries, it can be used on any country field in a table or object. Please let me know if this already exists.
46
6 replies