# Typescript: do not use enums

- Published: 2023-01-20
- URL: https://notes.webutvikling.org/do-not-use-typescript-enums
- Tags: typescript, enums
- Source: https://www.youtube.com/watch?v=0fTdCSH_QEU

Typescript enums are bad. Never use them, use a record as const instead. Note: This still applies after the 5.0 release with enum improvements (they are now bad instead of terrible).
