Phillippe SantanaforPhillCodephillcode.hashnode.netยทAug 25, 2022Enums should always be singularUse the singular form, enum OrderStatus instead of enum OrderStatuses, and enum ProductType instead of enum ProductTypes. An enum is often used to type a variable that will only ever hold a single enum value at a time, such as an Order that is either...2 likesยท941 readsTypeScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.