cm0002@suppo.fi to Programmer Humor@programming.dev · 21 hours agoThe Six Stages of Code Griefsuppo.fiexternal-linkmessage-square121fedilinkarrow-up1949arrow-down110
arrow-up1939arrow-down1external-linkThe Six Stages of Code Griefsuppo.ficm0002@suppo.fi to Programmer Humor@programming.dev · 21 hours agomessage-square121fedilink
minus-squareGremour@lemmy.worldlinkfedilinkarrow-up1·edit-26 hours agoIn Go, the recommended convention for variable name length is to be proportional to their scope. It is common to use one or few letters long variables if they are local to a few lines loop or a short function.
In Go, the recommended convention for variable name length is to be proportional to their scope. It is common to use one or few letters long variables if they are local to a few lines loop or a short function.