markdown 命名约定

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 命名约定相关的知识,希望对你有一定的参考价值。

[<font color=deeppink>Commonly used words in **source** code (for naming)</font>](http://source-code-wordle.de/)    

"**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)

#### Mõned soovitused:    
[CSS naming convention](https://www.thoughtco.com/naming-css-style-sheet-files-3466881)  
[What Should I Name My CSS Style Sheet File?](https://blog.toughbyte.com/blabla-9fd86eae4e6c)  

<br>
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........`  

以上是关于markdown 命名约定的主要内容,如果未能解决你的问题,请参考以下文章

markdown 命名约定

markdown PHP命名约定

markdown 遵循Laravel命名约定

markdown Git Branch命名约定

markdown Rails命名约定

markdown 命名约定