this post was submitted on 17 Jan 2025
279 points (88.6% liked)

Programmer Humor

19990 readers
1388 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
[–] wise_pancake@lemmy.ca 9 points 1 day ago

My all time most annoying bug was the Witcher 3 chest management.

The algorithm they used to display and sort contents if a chest was abhorrently slow. I’ve worked on large datasets with terabytes of contents that sort faster than the inventory in Witcher 3 did.

Other than that, a near flawless game!