this post was submitted on 17 Jan 2025
239 points (90.0% liked)

Programmer Humor

19992 readers
1443 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
[–] [email protected] 8 points 11 hours 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!