SmartEnum
SmartEnum copied to clipboard
Could we consider this smart enum type as a value object?
Hi @ardalis, Could we treat this smart enum type as a value object?
Hi @mehdihadeli
Yes, to my understanding SmartEnum's are nothing more than Value Objects because they behave exactly like them in terms of comparing, creating, etc. 🙂