this post was submitted on 11 Oct 2023
1101 points (98.1% liked)

Programmer Humor

32000 readers
1744 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 29 points 11 months ago* (last edited 11 months ago)
if (new Date().getDay() % 2) {
    runCode();
}