Wow, thanks for the really quick reply!
I thought that the first approach is not suitable for const enum, and since our company prefers using const enums I would rather not change that. Do you know any other way? If not, I will use the first approach anyway.
We don't use Ivy unfortunately.
Yep, it has to be regular enum.
I also maintain practice to keep const enum, but they do not fit in every use case. Overhead is slightly bigger but not crazy
Ok I will change it to a regular enum. Thank you for your help!
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
Stay on the cutting edge, and shape tomorrow
Wow, thanks for the really quick reply!
I thought that the first approach is not suitable for const enum, and since our company prefers using const enums I would rather not change that. Do you know any other way? If not, I will use the first approach anyway.
We don't use Ivy unfortunately.
Yep, it has to be regular enum.
I also maintain practice to keep const enum, but they do not fit in every use case. Overhead is slightly bigger but not crazy
Ok I will change it to a regular enum. Thank you for your help!