cm0002@suppo.fi to Programmer Humor@programming.dev · 18 hours agoThe Six Stages of Code Griefsuppo.fiimagemessage-square110fedilinkarrow-up1869
arrow-up1869imageThe Six Stages of Code Griefsuppo.ficm0002@suppo.fi to Programmer Humor@programming.dev · 18 hours agomessage-square110fedilink
minus-squareGremour@lemmy.worldlinkfedilinkarrow-up1·edit-22 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.