codeinabox to GolangEnglish · 1 month agoResults from the 2025 Go Developer Surveygo.devexternal-linkmessage-square7linkfedilinkarrow-up116arrow-down10file-textcross-posted to: [email protected]
arrow-up116arrow-down1external-linkResults from the 2025 Go Developer Surveygo.devcodeinabox to GolangEnglish · 1 month agomessage-square7linkfedilinkfile-textcross-posted to: [email protected]
minus-squarekamstruplinkfedilinkarrow-up1·1 month agoI am perplexed that they refuse to acknowledge some pretty deep issues I see every major Go project run into: There are corner cases where it is literally impossible to check of the value of a type-param interface is nil. Type-params on methods Type-safe enums
I am perplexed that they refuse to acknowledge some pretty deep issues I see every major Go project run into: