HiddenLayer555 to Programmer Humor@programming.devEnglish · 20 hours agoI have a 64-bit genderimagemessage-square29fedilinkarrow-up1227arrow-down123cross-posted to: programmerhumor
arrow-up1204arrow-down1imageI have a 64-bit genderHiddenLayer555 to Programmer Humor@programming.devEnglish · 20 hours agomessage-square29fedilinkcross-posted to: programmerhumor
minus-squarespongebue@lemmy.worldlinkfedilinkarrow-up9arrow-down1·14 hours agopublic boolean isMale() { return !isFemale(); } public boolean isFemale() { return !isMale(); }
minus-square__nobodynowhere@startrek.websitelinkfedilinkEnglisharrow-up4·8 hours agoStackOverflowException was unhanded
public boolean isMale() { return !isFemale(); } public boolean isFemale() { return !isMale(); }
StackOverflowException was unhanded