226
submitted 9 months ago* (last edited 9 months ago) by DroneRights@lemm.ee to c/programmer_humor@programming.dev

Yes, someone actually did this and I found it running on our server

(page 2) 44 comments
sorted by: hot top controversial new old
[-] lambalicious 1 points 9 months ago

Sunday as day 1

Some culturally and politically retrograde country still not worshipping !iso8601@lemmy.sdf.org I see.

[-] ISometimesAdmin@the.coolest.zone 1 points 9 months ago

Depending on whether this code is in a hotpath (and considering how "elementary" it is, I figure that's a possibility), this could very well be a significant speed improvement.

Though I'd say that only excuses it if it's truly an elementary function (and not one line as part of a larger function), as otherwise it's unreadable garbage. But on its own it:

  • has a clear purpose
  • (presumably) isn't reimplementing functionality
  • is easily tested
  • can be modified with no side effects (besides breaking your calendar, but that's beside the point)
[-] DroneRights@lemm.ee 1 points 9 months ago* (last edited 9 months ago)

It'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

load more comments
view more: ‹ prev next ›
this post was submitted on 16 Nov 2023
226 points (95.6% liked)

Programmer Humor

18890 readers
1138 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS