Hacker News new | ask | show | jobs
by coverup 2172 days ago
Fair enough. I would say if the way someone uses the Go "enum pattern" is causing them to have issues with type safety then their code could probably use a refactor, but the point does stand.
1 comments

How is it possible to use the Go "enum pattern" without having issues with type safety? It's inherently not type-safe at all.
By "issues" I mean software defects.