Hacker News new | ask | show | jobs
by apta 2604 days ago
Golang doesn't have enums
1 comments

Neither does JS, but there are ways to accomplish the same thing[0].

[0] https://stackoverflow.com/questions/14426366/what-is-an-idio...

TypeScript does and it’s one of my favorite features.
That's not really the same. That's badly designed and error prone.