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