HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 2 months agoI have a 64-bit genderlemmy.mlexternal-linkmessage-square36fedilinkarrow-up1322arrow-down135cross-posted to: programmerhumor@lemmy.ml
arrow-up1287arrow-down1external-linkI have a 64-bit genderlemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 2 months agomessage-square36fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarespongebue@lemmy.worldlinkfedilinkarrow-up10arrow-down1·2 months agopublic boolean isMale() { return !isFemale(); } public boolean isFemale() { return !isMale(); }
minus-square__nobodynowhere@startrek.websitelinkfedilinkEnglisharrow-up5·2 months agoStackOverflowException was unhanded
public boolean isMale() { return !isFemale(); } public boolean isFemale() { return !isMale(); }
StackOverflowException was unhanded