
获得徽章 7
- Interactive map of Linux kernel,这个图做的太强大了,必须收藏评论1
- tldr:
1. Consistency -- Each concept should be represented by a single, unique name.
2. Understandability --A name should describe the concept it represents.
3. Specificity -- A name shouldn’t be overly vague or overly specific.
4. Brevity -- A name should be neither overly short nor overly long.
5. Searchability -- A name should be easily found across code, documentation, and other resources.
6. Pronounceability -- A name should be easy to use in common speech.
7. Austerity -- A name should not be clever or rely on temporary concepts.展开评论1 - 截图里面展现了各个命令从1979到2017这38年见命令行参数的数量,很多简单的命令,从1979年到现在已经成长成了参数巨无霸,详见
danluu.com
当然,clear一直保持了没有任何参数,果然非常的clear展开评论4