Atwood’s Law

Atwood’s Law: “Any application that can be written in JavaScript, will be written in JavaScript.”

著名的Atwood’s LawJeff Atwood在2007年提出的。通俗来说就是:任何可以使用JavaScript来实现的应用,最终都会使用JavaScript来实现。

人生苦短,我用Python

这句在程序员之间广为流传的经典名言最初翻译自Bruce Eckel的一句话

Bruce Eckel: “Life is short, you need Python.”

人生苦短,我用Python 这句中文版见于大牛Guido Van Rossum穿的T恤上印着的话,有待查证:

人生苦短,我用Python
人生苦短,我用Python

Unix哲学根本原则KISS

Keep it simple, stupid.

Linux设计哲学

Do one thing, and do it well.

废话少说,放码过来

Linus: “Talk is cheap. Show me the code.”

来自LKML

Don’t Reinvent the Wheel

参考文章

  1. Atwood定律:“任何可以使用JavaScript来编写的应用,最终会由JavaScript编写。” | 耳朵财经
  2. 「人生苦短,我用 Python」这句话最初是谁说的?| 知乎
  3. Life is short, You need Python | CSDN
  4. 关于Unix哲学 | 阮一峰的网络日志
  5. 各种编程名言名句 | 51CTO
  6. Good Programming Quotes | Nabble.com
  7. 编程名言名句 | 开源中国
  8. “Don’t Reinvent the Wheel”这句话,你从哪儿听来的?| GitChat