@lars@lemmy.sdf.org to Memes@lemmy.ml • 1 year agoHas anyone notified Elon?lemmy.sdf.orgimagemessage-square26fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1imageHas anyone notified Elon?lemmy.sdf.org@lars@lemmy.sdf.org to Memes@lemmy.ml • 1 year agomessage-square26fedilink
minus-square@lobelia581@lemmy.dbzer0.comlinkfedilinkEnglish0•edit-21 year ago// TODO: needs improvements but works 99% of the time return false;
minus-square@ApeNo1@lemm.eelinkfedilinkEnglish0•1 year agoreturn (staticCrashCounter++ % 100 == 0 ? true : false);
minus-square@Scubus@sh.itjust.workslinkfedilink0•1 year agoTo improve that, you could get rid of the comment to save space.
// TODO: needs improvements but works 99% of the time
return false;
This looks good. PR approved.
return (staticCrashCounter++ % 100 == 0 ? true : false);
To improve that, you could get rid of the comment to save space.