this post was submitted on 16 Jul 2023
674 points (100.0% liked)

Programmer Humor

32041 readers
1108 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
[–] AnalogyAddict@kbin.social 22 points 1 year ago* (last edited 1 year ago) (6 children)

Speaking as a UX designer, probably because some "product manager" decided it was too expensive to override the auto- sort that was applied before the designer was brought in to "pretty things up."

There is no tone of bitterness in my comment, honestly there isn't.

[–] VirtualAlias@reddthat.com 6 points 1 year ago (1 children)

Yeah, I was going to say they just left a default alphabetical sort to their global droplist component and called it a day. Probably works fine in most contexts, but this one - not so much.

[–] QuaternionsRock@lemmy.world 7 points 1 year ago* (last edited 1 year ago)

Or shitty SQL.

SELECT MAX(day_of_month), month
FROM why_does_this_table_exist
GROUP BY month
load more comments (4 replies)