You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They cover mostly the same functionality. Enum has several benefits (creating a real enum, allowing enum inheritance, implementing an interface, allowing it to be used abstractly...). However, it lacks SmartEnum's "auto smart enum" feature.
The text was updated successfully, but these errors were encountered:
@gavin-norman-sociomantic :
They cover mostly the same functionality.
Enum
has several benefits (creating a realenum
, allowing enum inheritance, implementing an interface, allowing it to be used abstractly...). However, it lacksSmartEnum
's "auto smart enum" feature.The text was updated successfully, but these errors were encountered: