今天看了一下github的Api文檔,發現了有趣的東西。執行命令:
curl https://api.github.com/zen
The response will be a random selection from our design philosophies.
將返回github的設計理念集合中的隨機一個。
記錄如下:
- Avoid administrative(管理的,行政的) distraction(分心、分神、干擾、心煩意亂).
- Keep it logically awesome.
- Practicality beats purity(純度).
- Responsive is better than fast.
- Approachable(易用的) is better than simple.
- Half measures are as bad as nothing at all.
- Speak like a human.
- Encourage flow.(激勵會流動?不解)
- It's not fully shipped until it's fast.
- Mind your words, they are important.
- Anything added diluted(稀釋) everything else.
- Non-blocking is better than blocking.
- Design for failure.
- Favor focus over features.