zoukankan      html  css  js  c++  java
  • Python精神

    [root@LDAP_slave ~]# python -c "import this"
    The Zen of Python, by Tim Peters
    
    Beautiful is better than ugly.
    Explicit is better than implicit.
    Simple is better than complex.
    Complex is better than complicated.
    Flat is better than nested.
    Sparse is better than dense.
    Readability counts.
    Special cases aren't special enough to break the rules.
    Although practicality beats purity.
    Errors should never pass silently.
    Unless explicitly silenced.
    In the face of ambiguity, refuse the temptation to guess.
    There should be one-- and preferably only one --obvious way to do it.
    Although that way may not be obvious at first unless you're Dutch.
    Now is better than never.
    Although never is often better than *right* now.
    If the implementation is hard to explain, it's a bad idea.
    If the implementation is easy to explain, it may be a good idea.
    Namespaces are one honking great idea -- let's do more of those!
    
    Python的禅宗,蒂姆•彼得斯
    
    美丽优于丑陋。
    显式优于隐式。
    简单优于复杂。
    复杂的比复杂。
    平比嵌套。
    稀疏的密度比。
    可读性很重要。
    特殊情况不是特别足以打破规则。
    尽管实用性比纯洁。
    错误不应该通过默默地。
    除非显式地沉默。
    面对歧义,拒绝猜测的诱惑。
    应该有一个,最好是只有一个——明显的方式去做。
    虽然这样可能没有明显的起初,除非你是荷兰人。
    现在是更好的比不做好。
    虽然不常比* *现在。
    如果实现很难解释,这是一个糟糕的主意。
    如果实现很容易解释,这可能是一个好主意。
    名称空间是一个很棒的想法——让我们做更多的!

    出处:http://www.cnblogs.com/madsnotes/

    声明:本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。
  • 相关阅读:
    yepnope.js 异步加载资源文件
    省心选房5步走 买房前先算经济账还要多打听
    css中inline、block、inlineblock的区别
    web标准化设计:常用的CSS命名规则
    用css的手段解决Google Chrome浏览器的字体最小12px问题
    HTML元素的默认样式
    CSS中 常见中文字体的英文名称
    《重构 改善既有代码的设计》书摘
    手机号码匹配规则
    WEB开发——大批量数据导出经验谈
  • 原文地址:https://www.cnblogs.com/madsnotes/p/5487337.html
Copyright © 2011-2022 走看看