Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/impact-eintr/impact-eintr
Talk is cheap. Show me the code.
https://github.com/impact-eintr/impact-eintr
Last synced: about 2 months ago
JSON representation
Talk is cheap. Show me the code.
- Host: GitHub
- URL: https://github.com/impact-eintr/impact-eintr
- Owner: impact-eintr
- License: mit
- Created: 2021-09-09T11:28:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T00:37:43.000Z (over 1 year ago)
- Last Synced: 2023-09-25T06:36:46.713Z (over 1 year ago)
- Size: 21.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UNIX哲学
1. 使每个程序做好一件事。若要做新的工作,则重新构建,而不是通过添加新功能使旧程序复杂化。
2. 期望每个程序的输出成为另外一个未知程序的输入。不要杂乱无章地输出信息,避免使用严格的柱状或二进制输入格式。不要执拗于交互式输入。
3. 设计和构建软件甚至是操作系统都要尽早尝试,数周之内较为理想。遇到笨重的部分,不要犹豫,扔掉并重建它们。
4. 为了减轻编程任务,优化使用工具,即使你不得不绕道构建一部分用完后便会抛弃的工具(这也是值得的)。![github contribution grid snake animation](https://raw.githubusercontent.com/impact-eintr/impact-eintr/output/github-contribution-grid-snake.svg)