Atwood’s Law
Atwood’s Law: “Any application that can be written in JavaScript, will be written in JavaScript.”
著名的Atwood’s Law是Jeff Atwood在2007年提出的。通俗来说就是:任何可以使用JavaScript来实现的应用,最终都会使用JavaScript来实现。
人生苦短,我用Python
这句在程序员之间广为流传的经典名言最初翻译自Bruce Eckel的一句话
Bruce Eckel: “Life is short, you need Python.”
但 人生苦短,我用Python 这句中文版见于大牛Guido Van Rossum穿的T恤上印着的话,有待查证:
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
参考文章