bugsmith@programming.dev to Golang@programming.dev · 2 years agoGo Enums Still Suckwww.zarl.devexternal-linkmessage-square13linkfedilinkarrow-up121arrow-down13
arrow-up118arrow-down1external-linkGo Enums Still Suckwww.zarl.devbugsmith@programming.dev to Golang@programming.dev · 2 years agomessage-square13linkfedilink
minus-squareEthan@programming.devlinkfedilinkEnglisharrow-up4·2 years agoYou are correct, Go doesn’t have enums. The const thing is a widely accepted pattern for approximating enums.
You are correct, Go doesn’t have enums. The const thing is a widely accepted pattern for approximating enums.