Commonly used words in source code (for naming)
"Dashes are more generally SEO friendly for URLs that people will view in their browser (i.e. web pages).
For downloadable documents using underscores probably makes them easier to read in a file explorer." (but affects regex searches)
CSS naming convention
What Should I Name My CSS Style Sheet File?
In ideas
folders, to get sorting hierarchically use mv
for main view
and sv
for sub view
, eg:
gallery mv item hover
- describes hover on item in gallery main view
gallery sv
- desribes gallery subview (item or single piece)
gallery sv.
- another gallery subview (.
is easier to type than numbers)
gallery sv..
gallery sv tags
- tells to note tags
in gallery subview
gallery mv........