cm0002@suppo.fi to Programmer Humor@programming.dev · 2 days agoThe Six Stages of Code Griefsuppo.fiimagemessage-square138fedilinkarrow-up11.07Karrow-down110
arrow-up11.06Karrow-down1imageThe Six Stages of Code Griefsuppo.ficm0002@suppo.fi to Programmer Humor@programming.dev · 2 days agomessage-square138fedilink
minus-squareGremour@lemmy.worldlinkfedilinkarrow-up1·edit-21 day 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.