This is a machine-translated text that may contain errors!
When you create files an’ folders, it’s a smart idea to give ‘em names that actually tell ya
What’ll a good folder name mean?
Take a look at these folder names:
📁 stuff
📁 project
📁 new folder
📁 asdf
- What do they tell ya about what’s inside ‘em folders?
Not much… gotta open ‘em up to see what’s in there - Does it work?
Yeah, she works just fine… But ain’t no help to y’all on yer own. - Can we do better than that?
Ain’t a doubt about it!
A Better Solution:
📁 Hero Website
📁 Interview Task
📁 Python Calculator
📁 Photoshop Poster
Here it’s
“This is a problem for future me” 🔮
A good name should still make sense if you open the project again in
Task 1 - Which name is the best one?
You’ve whipped up a website about your favorite game.
Which of these folder names think fits the bill just right?
- 📁 website
- 📁 school assignment
- 📁 Website about Minecraft
- 📁 things
- 📁 Web Project 1
Answer on:
- Which name would ya pick?
- Why so?
- Any other names that’d work too?
Is there always one right answer?
The most important thing is that the name is
Renaminin’ files an’ folders ✏️
Y’all ain’t never had a time where ya gave a file or folder a bad name once (or maybe y’all already done that). Lucky for us, we can just
It’s as easy as right-clickin’ on the file or folder an’ pickin’
Trick!
You can also select the file or folder and press:
- F2 if you’re on Windows.
- Enter if you’re on Mac.
Tip
Renaminin’ a file or folder don’t change what’s inside it.
You’re just changin’ its name.
Task 2 - Give Folders Better Names
Find a folder in your documents directory that might have a poor name an’ try to rename it!
Important! Two things can’t have the same name
Inside one folder, two things cannot have an
So you ain’t allowed to have this:
📁 Web Development
├── 📁 Hero Website
└── 📁 Hero Website ❌
If ya try to make or name something that already exists in the same folder, the machine’ll ask ya to pick a different name.
This applies to both
But what about files that look like they have the same name?
These two files actually have different names:
📄 image.png
📄 image.jpg
.png and .jpg are part of the file name. This is called an
Trick: Show file extensions 👀
To actually see the whole filename it’s smart to turn on display of
That way, for example, you’ll see:
📄 picture.png
📄 report.docx
📄 webpage.html
in place of just:
📄 picture
📄 report
📄 webpage
- Open up
File Explorer , partner. - Tap on View up top there.
- Pick yourself a nice Show option.
- Check off that box for File name extensions, alright?
Now them file endings like .png, .docx an’ .html oughta show themselves proper.
- Open up yer
Finder , partner. - Hit that Finder → Settings button at the top of the screen.
- Head over to Advanced.
- Check off that box for Show all filename extensions.
Don’t delete the file extension!
When file extensions are visible they also become part of the name you see when you rename a file.
If the file is named:
bilde.png
you can fine change bilde to something else, but make sure that .png still stands at the end.
The file extension tells the computer
Task 4 - Why? 🤔
Answer with your own words to the questions below:
- Why is it smart to use clear names for files and folders?
- How can a name like
projectwork just fine right now but become a problem later on? - How can good file and folder names make it easier to collaborate with others?
- What do you reckon might happen if a big project has hundreds of files with poor names?
Example Answer Key
These are examples of answers. You don’t need to have written exactly the same thing.
1. Clear names make it easier for me to find what I’m lookin’ for without havin’ to open up every file and folder.
2. Right now, I might know which project I mean, but later on, I could have a whole lot o’ different projects an’ not remember which is which.
3. Folks can figure out what’s in the files an’ where to find things without havin’ to ask me.
4. It gets hard to find the right file, an’ it’s easyer to use the wrong one, lose track o’ things, or end up doin’ work all over again.