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-squareDroneRights [it/its]@lemm.eeOPlinkfedilinkEnglisharrow-up2arrow-down1·edit-21 year agoIt’s one line as part of a larger function. Also, it doesn’t actually say weekend, it just executes some other functionality if !(day % 6). I made it more readable so that everyone here could understand what it does
It’s one line as part of a larger function. Also, it doesn’t actually say
weekend
, it just executes some other functionalityif !(day % 6)
. I made it more readable so that everyone here could understand what it does