this post was submitted on 04 Apr 2025
546 points (90.7% liked)

Programmer Humor

22262 readers
347 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] cmhe@lemmy.world 2 points 2 days ago* (last edited 2 days ago)

I know this post is more about the committing on LLM "fixes", but find the other reasons more interesting.

Similar to the date & time library there are a couple of other things that look easy at a first glance, but get complicated very quickly, because it has so many special cases:

  • lexicographic sorting (different languages sort things differently)
  • Postal address formatting (different standards in different countries, with many different context sensitive rules)
  • string handling
  • ...