Cows Look Like Maps to Programmer [email protected] • 1 year agoBill is a pro grammersh.itjust.worksimagemessage-square101fedilinkarrow-up1798arrow-down195
arrow-up1703arrow-down1imageBill is a pro grammersh.itjust.worksCows Look Like Maps to Programmer [email protected] • 1 year agomessage-square101fedilink
minus-square@[email protected]linkfedilink7•1 year agoA better comment would be delay in seconds as that is the one thing not obvious from glancing at the code.
minus-squaremagic_lobster_partylinkfedilink13•1 year agoOr just name the variable delaySeconds if you really want to store it as an int. Bonus is that every use of the variable perfectly communicates what it is.
A better comment would be
delay in seconds
as that is the one thing not obvious from glancing at the code.Or just name the variable
delaySeconds
if you really want to store it as an int. Bonus is that every use of the variable perfectly communicates what it is.