A Smarter Way to Handle Enumerations in TypeScript
That's the way to go, I don't remember the last time I used enum
One extra step that I do for such objects is `Object.freeze` to make them truly immutable
That's the way to go, I don't remember the last time I used enum
One extra step that I do for such objects is `Object.freeze` to make them truly immutable