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

Programmer Humor

37254 readers
25 users here now

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

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] darcy@sh.itjust.works 29 points 2 years ago* (last edited 2 years ago)
if (new Date().getDay() % 2) {
    runCode();
}