zoukankan      html  css  js  c++  java
  • Python之禅

    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!

     

  • 相关阅读:
    WebForm捆绑压缩js和css(WebForm Bundling and Minification)
    2017.4.15
    .NET Core + docker入门
    微软官方教程视频入口
    C# struct和class
    法线的变换的一些概念
    透视投影矩阵的一些概念
    视图矩阵ViewMatrix一些概念
    矩阵一些概念
    向量一些概念
  • 原文地址:https://www.cnblogs.com/zepc007/p/9476731.html
Copyright © 2011-2022 走看看