this post was submitted on 15 Jun 2024
1702 points (98.9% liked)

Programmer Humor

18961 readers
1013 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
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 2 months ago (1 children)

"%userprofile%\Saved Games" exists, but most games that i've seen don't use it by default, or even can't use it due to its own shortcomings.

[โ€“] [email protected] 1 points 2 months ago

Yeah, ultimately the issue is probably more about an attempt to go from a completely unmanaged file system where it was just big free for all with the hope everyone would behave nicely to a more managed design that still needed to maintain backwards compatibility with the old system where there were a slew of programs that depended on a bunch of undocumented behavior.