HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 17 days agoI have a 64-bit genderlemmy.mlimagemessage-square35fedilinkarrow-up1307cross-posted to: programmerhumor@lemmy.ml
arrow-up1307imageI have a 64-bit genderlemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 17 days agomessage-square35fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarespongebue@lemmy.worldlinkfedilinkarrow-up10·16 days agopublic boolean isMale() { return !isFemale(); } public boolean isFemale() { return !isMale(); }
minus-square__nobodynowhere@startrek.websitelinkfedilinkEnglisharrow-up5·16 days agoStackOverflowException was unhanded
public boolean isMale() { return !isFemale(); } public boolean isFemale() { return !isMale(); }
StackOverflowException was unhanded