lars@lemmy.sdf.org to Memes@lemmy.ml · 9 months agoHas anyone notified Elon?lemmy.sdf.orgimagemessage-square26fedilinkarrow-up1720
arrow-up1720imageHas anyone notified Elon?lemmy.sdf.orglars@lemmy.sdf.org to Memes@lemmy.ml · 9 months agomessage-square26fedilink
minus-squarelobelia581@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up65·edit-29 months ago// TODO: needs improvements but works 99% of the time return false;
minus-squareifGoingToCrashDont@lemmy.worldlinkfedilinkarrow-up27·9 months agoThis looks good. PR approved.
minus-squareApeNo1@lemm.eelinkfedilinkEnglisharrow-up13·9 months agoreturn (staticCrashCounter++ % 100 == 0 ? true : false);
minus-squareScubus@sh.itjust.workslinkfedilinkarrow-up10·9 months 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.