@[email protected] to Programmer [email protected] • 2 years agomemelemmy.worldimagemessage-square12fedilinkarrow-up1111arrow-down12
arrow-up1109arrow-down1imagememelemmy.world@[email protected] to Programmer [email protected] • 2 years agomessage-square12fedilink
minus-square@[email protected]linkfedilink5•2 years agoComments should almost always be reserved to “why” and not “what” or “how”. Give extra context that can not be brought in another way. The rest should be clear from the code
minus-squaresimplelinkfedilink5•2 years agoMy “why” comments: // This is here because if I remove it, the whole server panics, no idea why. So don't delete it.
Comments should almost always be reserved to “why” and not “what” or “how”. Give extra context that can not be brought in another way. The rest should be clear from the code
My “why” comments:
// This is here because if I remove it, the whole server panics, no idea why. So don't delete it.