@[email protected] to [email protected] • 10 months agoHas anyone notified Elon?lemmy.sdf.orgimagemessage-square26fedilinkarrow-up1714arrow-down113
arrow-up1701arrow-down1imageHas anyone notified Elon?lemmy.sdf.org@[email protected] to [email protected] • 10 months agomessage-square26fedilink
minus-square@[email protected]linkfedilinkEnglish62•edit-210 months ago// TODO: needs improvements but works 99% of the time return false;
minus-square@[email protected]linkfedilinkEnglish11•10 months agoreturn (staticCrashCounter++ % 100 == 0 ? true : false);
minus-square@[email protected]linkfedilink9•10 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.