this post was submitted on 20 Nov 2024
856 points (97.5% liked)

Programmer Humor

19623 readers
2227 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
[โ€“] merthyr1831@lemmy.ml 2 points 12 hours ago (1 children)

I did but I must have misread maybe? Because what it looked like was it picked up the existing fucked up git repo but if vscode did the fucking up the less of a skill issue ๐Ÿ˜ฎโ€๐Ÿ’จ๐Ÿ˜ฎโ€๐Ÿ’จ๐Ÿ˜ฎโ€๐Ÿ’จ

[โ€“] JackbyDev@programming.dev 2 points 12 hours ago* (last edited 12 hours ago)

It was on this linked issue. They discuss the UX of it more there and I think it's a little better. https://github.com/microsoft/vscode/issues/32459

In particular, this comment helps explain why I think this is (was) a problem.

As we discuss this, keep in mind that most users who hit the "omg where are all my files" issue come into following these three simple steps:

  1. Oh what is this? Yes, let's initialize, git sounds awesome, people use it.
  2. Oh what is this? All my files appear in this list... but they didn't before. It looks like its touching my files, I don't like that, how to I get them out of here?
  3. Oh what is this? Discard all changes sounds a lot like what I want to do. ๐Ÿ’€

People don't hit this issue because we have that action; they hit it because they want to clear that list. And they will go through great lengths to get there, even if not knowing what their doing or after warned that they are in dangerous waters.

Coupled with the behavior of this "discard all" being git clean rather than git reset, I get the complaints.