this post was submitted on 21 Oct 2023
731 points (98.3% liked)
Programmer Humor
32483 readers
614 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I disagree.
Real story, I have a branch that's been open for four years at my company to add support for nested postgres transactions. It works flawlessly... but we, the senior devs, are uncertain if it's a power that would be used responsibly by the juniors. If I'm going to walk into the light, I'm going to make sure there's a badass explosion behind me.
I've got one for a vscode feature (middle mouse click for go-to definition) that I want but the maintainers don't think it would be used.
I try to use middle click for definition in vscode so often because you can do that in jetbrains IDEs...
Give this PR some love then. It works and it's magical but they don't seem interested in merging it in. https://github.com/microsoft/vscode/pull/154465