6 ms·
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 refa
by nmyk 6y 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.
- josephcsible 6y agoHow is it possible to use the Go "enum pattern" without having issues with type safety? It's inherently not type-safe at all.
- nmyk 6y agoBy "issues" I mean software defects.