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]
cross-posted from: https://lemmy.bestiver.se/post/876696 Comments
minus-squarekamstruplinkfedilinkarrow-up1·26 days 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: