Y
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
josephcsible
2172 days ago
How is it possible to use the Go "enum pattern" without having issues with type safety? It's inherently not type-safe at all.
link
coverup
2172 days ago
By "issues" I mean software defects.
link