Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Episode 3: No mention of letter case for file names and directories #736

Open
jfessic opened this issue Mar 9, 2018 · 8 comments
Open
Labels
good first issue Good issue for first-time contributors help wanted Looking for Contributors type:enhancement Propose enhancement to the lesson type:OS differences A difference between Mac/Windows/Linux/etc.

Comments

@jfessic
Copy link

jfessic commented Mar 9, 2018

Hello,
In "Working with Files and Directories" under "Good names for files and directories" I think it would be good advice to suggest that file names contain only lower case letters. If nothing else, it would be worthwhile to emphasize the importance of being consistent with letter case when choosing file names.
My understanding is that Unix is always case sensitive, while Windows is not, and macs depend on how the OS was configured when installed. It can be very puzzling for someone who is not aware of this behavior and doesn't realize the different effects it can have on their files. It is also good advice to develop a habit for how you will name files and stick with it.

@shwina
Copy link

shwina commented Mar 10, 2018

I am +1 for this addition. Just a comment: some "built-in" directories like Desktop and Documents do not follow these conventions. Perhaps any explanation should also account for this.

@loz-hurst
Copy link
Contributor

loz-hurst commented Jun 12, 2018

My understanding is that Unix is always case sensitive

This depends on the filesystem being used. By default Mac OSX is NOT case sensitive, despite being an actual Unix (bearing in mind Linux is not a Unix but a clone).

My opinion is that it should be phrased along the lines of "Most filenames are lowercase by convention, although some desktop environments may create a default set of directories with capitols at the start, such as Desktop and Documents".

@deppen8 deppen8 added good first issue Good issue for first-time contributors help wanted Looking for Contributors labels Sep 8, 2021
@deppen8 deppen8 added the type:OS differences A difference between Mac/Windows/Linux/etc. label May 6, 2022
@Richard-Regan
Copy link

Hi,
Sorry for my ignorance, but I am a newbie. Has this issue been closed, and if not how can I help?

@bkmgit
Copy link
Contributor

bkmgit commented May 16, 2023 via email

@Richard-Regan
Copy link

OK, I will. Is it good practise for me to fork the repo first, and then clone my copy before I start?

@bkmgit
Copy link
Contributor

bkmgit commented May 16, 2023

For text changes that are not large, forking the repository, making a branch in your fork, adding your changes to the branch and making a pull request are fine. You can clone to your fork to your local machine or use the web interface.

@Richard-Regan
Copy link

Thanks

@Richard-Regan
Copy link

Hi, Just created a pull request. If any issues please contact me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good issue for first-time contributors help wanted Looking for Contributors type:enhancement Propose enhancement to the lesson type:OS differences A difference between Mac/Windows/Linux/etc.
Projects
None yet
Development

No branches or pull requests

8 participants