@[email protected] to [email protected] • 1 year agoHas anyone notified Elon?lemmy.sdf.orgimagemessage-square26fedilinkarrow-up1723arrow-down115
arrow-up1708arrow-down1imageHas anyone notified Elon?lemmy.sdf.org@[email protected] to [email protected] • 1 year agomessage-square26fedilink
minus-square@[email protected]linkfedilinkEnglish65•edit-21 year ago// TODO: needs improvements but works 99% of the time return false;
minus-square@[email protected]linkfedilinkEnglish13•1 year agoreturn (staticCrashCounter++ % 100 == 0 ? true : false);
minus-square@[email protected]linkfedilink10•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.