Omega@discuss.online to Programming@programming.dev · 6 months agoI shouldve just learnt Go I'm getting clowned on by the fucking ai I'm gonna diediscuss.onlineimagemessage-square12fedilinkarrow-up18arrow-down13
arrow-up15arrow-down1imageI shouldve just learnt Go I'm getting clowned on by the fucking ai I'm gonna diediscuss.onlineOmega@discuss.online to Programming@programming.dev · 6 months agomessage-square12fedilink
minus-squareBatmanAoD@programming.devlinkfedilinkarrow-up1·6 months ago It is similar to old error codes, but I feel that this makes one always have to be mindful of error handling and the non happy path Technically you need a separate linter (errcheck) to ensure you don’t just ignore errors. This is…not great. (That should have been a compiler error.)
Technically you need a separate linter (
errcheck
) to ensure you don’t just ignore errors. This is…not great. (That should have been a compiler error.)