Press ESC to close

Or check our Popular Categories...
Category:

TypeScript

3 Articles
3
4 min read

TypeScript's Literal Types Are Better Than Enums

Combining the descriptive qualities of enumerated types and the easy-to-use nature of strings. During a code review, something that sticks out when the code is full of ad-hoc string checking. For example, implementing a blog engine with three types of roles can start with a check if the user is an admin, then a check...