RmDebArc_5@piefed.zip to 196@lemmy.blahaj.zoneEnglish · 3 days agometarulemedia.piefed.zipimagemessage-square64fedilinkarrow-up1494arrow-down14
arrow-up1490arrow-down1imagemetarulemedia.piefed.zipRmDebArc_5@piefed.zip to 196@lemmy.blahaj.zoneEnglish · 3 days agomessage-square64fedilink
minus-squareTetragrade@leminal.spacelinkfedilinkEnglisharrow-up42·edit-22 days agoMy pronouns are function getPronouns() { const dateNow = new Date(); if(dateNow.getMonth()===3 && dateNow.getDate()===1) { return "clown/clownself"; } else { const timeNow = dateNow.getTime(); if(timeNow%3 === 0) { return "they/them"; } else if(timeNow%5 === 0) { return "she/her"; } else if(timeNow%7 === 0) { return "he/him"; } else { return "void/voidself"; } } } console.log(getPronouns()); Please run this code in your browser console before interacting with me to determine my pronouns at that point in time.
minus-squarefroufox@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up8arrow-down1·2 days agounnecessary else after if with a return statement
minus-squareayyy@sh.itjust.workslinkfedilinkEnglisharrow-up6·2 days agoThis shitty attitude about saving characters to reduce clarity is how we get things like https://gotofail.com/
minus-squarefroufox@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up3·2 days agothat doesn’t reduce clarity, that improves it
minus-squareTetragrade@leminal.spacelinkfedilinkEnglisharrow-up7·2 days agoIts a stylistic choice. In this house we turn off no-else-return.
minus-squareyetAnotherUser@discuss.tchncs.delinkfedilinkEnglisharrow-up9·2 days agoBut why would I use third-person pronouns when interacting with you?
minus-squarep4rzivalrp2@piefed.sociallinkfedilinkEnglisharrow-up3·2 days agoDidn’t you hear, how dare you not call void’, ‘void/voidself’
minus-squaregandalf_der_12te@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up2·1 day agoi still find it funny to think about the void type as a legitimate data type with a 0 byte width. so you can have void a; void b = a; return b;
minus-squareTetragrade@leminal.spacelinkfedilinkEnglisharrow-up5·2 days agoVoid don’t understand you.
My pronouns are
Please run this code in your browser console before interacting with me to determine my pronouns at that point in time.
unnecessary else after if with a return statement
This shitty attitude about saving characters to reduce clarity is how we get things like https://gotofail.com/
that doesn’t reduce clarity, that improves it
Its a stylistic choice. In this house we turn off no-else-return.
But why would I use third-person pronouns when interacting with you?
Didn’t you hear, how dare you not call void’, ‘void/voidself’
i still find it funny to think about the
voidtype as a legitimate data type with a 0 byte width. so you can haveVoid don’t understand you.