bugsmithA to Golang · 2 years agoGo Enums Still Suckwww.zarl.devexternal-linkmessage-square13linkfedilinkarrow-up123arrow-down13
arrow-up120arrow-down1external-linkGo Enums Still Suckwww.zarl.devbugsmithA to Golang · 2 years agomessage-square13linkfedilink
minus-squareEthanlinkfedilinkEnglisharrow-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.