ShaggySnacks to Today I Learned@lemmy.worldEnglish · 2 years agoTIL About How 11 Lines of Code Supported Web Development and the Code Was Deleted It Broke the Internetgetpocket.comexternal-linkmessage-square68linkfedilinkarrow-up1145arrow-down120
arrow-up1125arrow-down1external-linkTIL About How 11 Lines of Code Supported Web Development and the Code Was Deleted It Broke the Internetgetpocket.comShaggySnacks to Today I Learned@lemmy.worldEnglish · 2 years agomessage-square68linkfedilink
minus-squareRikudou_Sage@lemmings.worldlinkfedilinkEnglisharrow-up9·2 years agoI mean, does any language implement is_odd() natively? Doesn’t everyone implement modulus and pretty much assumes that you remember modulus from elementary and can infer that even numbers are those where x % 2 == 0.
I mean, does any language implement
is_odd()natively? Doesn’t everyone implement modulus and pretty much assumes that you remember modulus from elementary and can infer that even numbers are those wherex % 2 == 0.