HiddenLayer555@lemmy.mlcake to Programmer Humor@programming.devEnglish · 2 years agoI have a 64-bit genderlemmy.mlimagemessage-square36linkfedilinkarrow-up1323arrow-down136cross-posted to: programmerhumor@lemmy.ml
arrow-up1287arrow-down1imageI have a 64-bit genderlemmy.mlHiddenLayer555@lemmy.mlcake to Programmer Humor@programming.devEnglish · 2 years agomessage-square36linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarespongebue@lemmy.worldlinkfedilinkarrow-up10arrow-down1·2 years agopublic boolean isMale() { return !isFemale(); } public boolean isFemale() { return !isMale(); }
minus-square__nobodynowhere@startrek.websitelinkfedilinkEnglisharrow-up5·2 years agoStackOverflowException was unhanded
public boolean isMale() { return !isFemale(); } public boolean isFemale() { return !isMale(); }StackOverflowException was unhanded