lars@lemmy.sdf.org to Memes@lemmy.ml · 9 months agoHas anyone notified Elon?lemmy.sdf.orgimagemessage-square26fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageHas anyone notified Elon?lemmy.sdf.orglars@lemmy.sdf.org to Memes@lemmy.ml · 9 months agomessage-square26fedilink
minus-squarelobelia581@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up0·edit-29 months ago// TODO: needs improvements but works 99% of the time return false;
minus-squareApeNo1@lemm.eelinkfedilinkEnglisharrow-up0·9 months agoreturn (staticCrashCounter++ % 100 == 0 ? true : false);
minus-squareScubus@sh.itjust.workslinkfedilinkarrow-up0·9 months agoTo improve that, you could get rid of the comment to save space.
minus-squareifGoingToCrashDont@lemmy.worldlinkfedilinkarrow-up0·9 months agoThis looks good. PR approved.
// TODO: needs improvements but works 99% of the time
return false;
return (staticCrashCounter++ % 100 == 0 ? true : false);
To improve that, you could get rid of the comment to save space.
This looks good. PR approved.