github的设计理念

作者: noai | 来源:发表于2016-09-26 13:26 被阅读161次

    今天看了一下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.

    相关文章

      网友评论

        本文标题:github的设计理念

        本文链接:https://www.haomeiwen.com/subject/dtjqyttx.html