zoukankan      html  css  js  c++  java
  • Laziness

    Gorden Bell:

    The cheapest, fastest, and most reliable components of a computer system are those that aren't there.

    Jon Bentley:

    Those missing components are also the most accurate (they never make mistakes), the most secure (they can't be broken into), and the easiest to design, document, test and maintain

    This has a parallel in data structures:

    The fastest, most parsimonious, and best performing data structure is one which is never concretized. A promise to create data when--or if--it is needed is often easy to make.

    Antoine de Saint Exupery:

    A designer knows he has arrived at perfection not when there is no longer anything to add, but when there is no longer anything to take away.

    Things to avoid doing (at this particular moment):

    Expensive computation

    Concretize large data sets

    Time consuming backgroud operations

  • 相关阅读:
    vue--一些预设属性
    vue--vux框架的使用
    vue--vConsole
    vue--音乐播放器
    vue--使用vue-cli构建项目
    vue--实例化对象
    vue--数据显示模版上
    CSS--交互效果
    Git SSH公钥配置
    gradle配置国内镜像
  • 原文地址:https://www.cnblogs.com/littledot/p/3720316.html
Copyright © 2011-2022 走看看