this post was submitted on 20 Nov 2023
495 points (86.3% liked)

linuxmemes

20859 readers
2112 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
[–] aidan 13 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.

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

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

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

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

[–] QuaternionsRock 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.