@HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish • 3 months agoI have a 64-bit genderlemmy.mlimagemessage-square36fedilinkarrow-up1323arrow-down135cross-posted to: programmerhumor@lemmy.ml
arrow-up1288arrow-down1imageI have a 64-bit genderlemmy.ml@HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish • 3 months agomessage-square36fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-square@spongebue@lemmy.worldlinkfedilink9•3 months agopublic boolean isMale() { return !isFemale(); } public boolean isFemale() { return !isMale(); }
minus-square@__nobodynowhere@startrek.websitelinkfedilinkEnglish5•3 months agoStackOverflowException was unhanded
public boolean isMale() { return !isFemale(); } public boolean isFemale() { return !isMale(); }
StackOverflowException was unhanded