ShaggySnacks@lemmy.myserv.one to Today I Learned@lemmy.worldEnglish · 11 months agoTIL About How 11 Lines of Code Supported Web Development and the Code Was Deleted It Broke the Internetgetpocket.comexternal-linkmessage-square60fedilinkarrow-up1139arrow-down117
arrow-up1122arrow-down1external-linkTIL About How 11 Lines of Code Supported Web Development and the Code Was Deleted It Broke the Internetgetpocket.comShaggySnacks@lemmy.myserv.one to Today I Learned@lemmy.worldEnglish · 11 months agomessage-square60fedilink
minus-squareRikudou_Sage@lemmings.worldlinkfedilinkEnglisharrow-up9·11 months 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
.