this post was submitted on 02 Oct 2023
1377 points (96.8% liked)
Programmer Humor
19480 readers
571 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
that's not how language works though, in human language (i know this can be confusing) d and D are the same letter just in different forms.
It's one thing to have case sensitivity in programs doing data manipulation, that makes sense because you don't want the program to accidentally use the wrong files without supervision.
But when you have an interactive prompt you know what you're doing, you can see if you entered the wrong directory, and you're generally going to be working in directories that you have yourself organized.
Doesn't tab completion solve this if there are no alternatives with matching case? sounds like a PBKAC