DroneRights [it/its]@lemm.ee to Programmer Humor@programming.devEnglish · edit-21 year agoWelcome to the wonderful world of code obfuscationimgur.comimagemessage-square92fedilinkarrow-up1235arrow-down111file-text
arrow-up1224arrow-down1imageWelcome to the wonderful world of code obfuscationimgur.comDroneRights [it/its]@lemm.ee to Programmer Humor@programming.devEnglish · edit-21 year agomessage-square92fedilinkfile-text
minus-squareMac@programming.devlinkfedilinkarrow-up20arrow-down2·1 year agoImage Transcription: Meme [Paneled meme with a brain that gets increasingly glowing] [The brain is smaller than the skull] if dayOfWeek.name == "Sunday" || dayOfWeek.name == "Saturday" weekend = true [The brain is glowing in some areas] if dayOfWeek < 2 || dayOfWeek > 6 weekend = true [The brain is shooting out rays of light] weekend = !((dayOfWeek - 1) % 6) I am a human volunteer who transcribes posts to improve accessibility on programming.dev and you could be one too! !transcribing@programming.dev
Image Transcription: Meme
[Paneled meme with a brain that gets increasingly glowing]
[The brain is smaller than the skull]
if dayOfWeek.name == "Sunday" || dayOfWeek.name == "Saturday" weekend = true
[The brain is glowing in some areas]
if dayOfWeek < 2 || dayOfWeek > 6 weekend = true
[The brain is shooting out rays of light]
weekend = !((dayOfWeek - 1) % 6)
I am a human volunteer who transcribes posts to improve accessibility on programming.dev and you could be one too! !transcribing@programming.dev