Replies: 3 comments
|
My 2cents (generated with the help of google ai studio) GoboLinux uses PascalCase (or capitalization) for both the root directory structure and package names to enhance readability and present a visually cleaner, more logical system. While standard Linux follows the FHS with lowercase, often cryptic abbreviations (like
Inside This design choice was historically inspired by systems like BeOS (and partly macOS), prioritizing a clean structure over traditional Unix legacy conventions. While it is untypical for Linux, modern shell tab-completion usually makes the case-sensitivity issue negligible in daily use. |
You refer to the names of programs, right? Such as: /Programs/KDE-Libs/ Or names like that? I think this is in part historic; and also a preference by hisham. Personally I don't really care either way; in my If you refer to / and /usr then actually they don't use any '_' there as far as I remember, and GoboLinux has In my own scripts I try to let the user decide what to use, but the most tested variant I use is the one Of course one question here may still be whether you are fine with capitalized names for directories. Edit: Actually, SnakeNames are not only about the uppercased letter, but also not using '-' or '', |
|
It's not that it's easier to type, but that folders named "folder," "FOLDER," and "Folder" can all exist same time. And when it's standard practice to use lowercase letters in names, this situation is eliminated. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
In Linux it is common practice to use the snake_case, since FS is case sensitive. Why are you using PascalCase?
All reactions