My opinion on enums in TypeScript
Posted on 2023-08-18 in Programmation • Tagged with TypeScript
Today I'd like to dig a bit on enums in TypeScript and their potential alternatives. For this, I'll be using the playground and TypeScript 5.1.6 (latest released version when I am writing this). I expect you to know what enums are and to be comfortable in TypeScript.
Let's …
Continue reading