this post was submitted on 20 Nov 2023
494 points (86.4% liked)

linuxmemes

20408 readers
961 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 10 months ago (1 children)

I don't want to be like Stack Overflow, but tbh you have some design problems if you rely on case sensitive filesystems.

[–] [email protected] 3 points 10 months ago (1 children)

I haven’t heard this before, what are they?

[–] [email protected] 2 points 10 months ago (1 children)

Most importantly readability and usability for the user and debugging. Some programs aren't case sensitive.

[–] [email protected] 4 points 10 months ago

That last point is somewhat amusing considering you have to go out of your way to make your program case-insensitive.