this post was submitted on 05 Jul 2023
2160 points (98.7% liked)
Programmer Humor
25460 readers
1152 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have a coworker whose default mode of thinking is to manually type everything. He knows about things like tab completion and copy-paste, but for some reason those two things just aren't baked into his brain as a natural reflex like it is for most people. Like if he has to put a URL or database connection string in a config file somewhere, he'll start manually typing the string one character at a time, and will keep alt-tabbing between the config file he's editing and the email or whatever that has the reference string.
It drives me up a wall.
omfg, I hate when people refuse to take my advice when I try to help them with things like this SOB