When I’m building a site, I always call the images folder (for inline or css) ‘img’.
On a job, we’re using the name ‘images’ which is fine by me.
It makes me curious about what people consider best practice though.
I see it like this:
/img/
- Quick to type
- Analagous to the
<img>tag - Uses slightly less bits
/images/
- Completely unambiguous. Clearly it contains images.
Am I crazy to even spend time thinking about this, or is there a recommended standard for naming this folder.
You’re probably crazy to worry about this: