Stop Misusing Typescript String Enums
Introduction
String enums were a feature that was introduced in version 2.4.
Since then, we have preferred using string enums over numeric enums because it better
demonstrate the developer's intent. However, there a severe drawbacks to the usage of
s...
rlee.dev5 min read