🚦 Avoid using enums in Typescript
Posted by
Niraj Chauhan
on
If you are coming to the typescript world from Java or from any other typesafe languages, then often your choice might be Enums for structuring something like loglevels, status, etc....
Continue reading →