257m@lemmy.ml to Programming@programming.dev · 1 year agoWhat are your programming hot takes?message-squaremessage-square893fedilinkarrow-up1352arrow-down114
arrow-up1338arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 1 year agomessage-square893fedilink
minus-squareZpAzlinkfedilinkarrow-up1·1 year agoThe best code has very little comments because the naming conventions should explain what it does and individual functions should do one thing. Lines should not be too long, but any IDE can do soft wrapping anyway. So it’s kind of a moot point.
The best code has very little comments because the naming conventions should explain what it does and individual functions should do one thing.
Lines should not be too long, but any IDE can do soft wrapping anyway. So it’s kind of a moot point.