top | item 23713208

(no title)

nmyk | 5 years 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.

discuss

order

josephcsible|5 years 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.

nmyk|5 years ago

By "issues" I mean software defects.