Cows Look Like Maps@sh.itjust.works to Programmer Humor@programming.dev · 11 months agoBill is a pro grammersh.itjust.worksimagemessage-square97fedilinkarrow-up1797arrow-down194
arrow-up1703arrow-down1imageBill is a pro grammersh.itjust.worksCows Look Like Maps@sh.itjust.works to Programmer Humor@programming.dev · 11 months agomessage-square97fedilink
minus-square18107@aussie.zonelinkfedilinkarrow-up8arrow-down1·11 months agoA better comment would be delay in seconds as that is the one thing not obvious from glancing at the code.
minus-squaremagic_lobster_party@kbin.sociallinkfedilinkarrow-up13·11 months 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.