RmDebArc_5@piefed.zip to 196@lemmy.blahaj.zoneEnglish · 4 months agometarulemedia.piefed.zipimagemessage-square50linkfedilinkarrow-up1476
arrow-up1476imagemetarulemedia.piefed.zipRmDebArc_5@piefed.zip to 196@lemmy.blahaj.zoneEnglish · 4 months agomessage-square50linkfedilink
minus-squareTetragrade@leminal.spacelinkfedilinkEnglisharrow-up38·edit-24 months 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-up8·4 months agounnecessary else after if with a return statement
minus-squareTetragrade@leminal.spacelinkfedilinkEnglisharrow-up6·4 months agoIts a stylistic choice. In this house we turn off no-else-return.
minus-squareayyy@sh.itjust.worksBanned from communitylinkfedilinkEnglisharrow-up6·4 months agoThis shitty attitude about saving characters to reduce clarity is how we get things like https://gotofail.com/
minus-squarefroufox@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up3·4 months agothat doesn’t reduce clarity, that improves it
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
Its a stylistic choice. In this house we turn off no-else-return.
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