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

Programmer Humor

18961 readers
983 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] 25 points 2 months ago (7 children)

Stage 2:

Documents folder? You want to rule my whole computer, dictate some nonsensical folder structure and then you act like, out of the goodness of your heart, I can have this little set of folders, deep in your weird structure, to store my stuff? And you're even telling me how to sort it? On my own hard drive connected to my own computer?

[–] [email protected] 17 points 2 months ago (4 children)

And then at some point, games started saving inside documents. Ok, it makes sense to have game save files in a user area instead of a subfolder in the game install area, but they aren't documents. Just make a new game saves folder or something like that, don't just stick all my game save files in the same area, cluttering up my own organization.

Though I did solve it kinda by just making a new documents subfolder in my documents where I put my actual documents.

[–] [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.

load more comments (2 replies)
load more comments (4 replies)