zoukankan      html  css  js  c++  java
  • import this

    >>> 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
    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!#命名空间是一种绝妙的理念,我们应当多加利用(倡导与号召)

  • 相关阅读:
    【Cocos2dx 3.3 Lua】触屏事件
    (转载)【cocos2dx 3.x Lua] 注册事件函数详解
    【Cocos2dx 3.x Lua】CCParallaxNode使用
    TileMap地图
    linux rdate
    sqlmap 技巧整理
    linux ckconfig
    ubuntu remove mysql
    aliyun ubuntu mysql
    解决mysql“Access denied for user 'root'@'localhost'”
  • 原文地址:https://www.cnblogs.com/rocky-AGE-24/p/7587412.html
Copyright © 2011-2022 走看看