名人名言
1. Jamie Zawinski
- Some people, when confronted with a problem, think "I know, I will use regular expressions".
Now they have two problems.
2. Rob Pike(Go 语言作者)
- Don't communicate by sharing memory, share memory by communicating.
3. Larry Wall(Perl 语言作者)
- 你们中大多数人都熟悉程序员的美德,有三种:那就是懒惰、急躁和傲慢。
4. Kent Beck
- 我不是伟大的程序员,我只是一个具有良好习惯的优秀程序员。
5. Ken Thompson
- One of my most productive days was throwing away 1,000 lines of code.
6. Linus Torvalds
- Talk is cheap. Show me the code.
- Given enough eyeballs, all bugs are shallow.
- 拙劣的程序员担心代码。好的程序员担心数据结构及它们的关系。
7. Bjarne Stroustrup(C++ 作者)
8. Fred Brooks
9. Bill Gates
- 用代码行数来测评软件开发进度,就相当于用重量来计算飞机建造进度。
10. Donald Knuth