送给程序员们,十句IT编程大神名言

1、Walking on water and developing software from a specification are easy if both are frozen.

在水中行走,和根据一份需求开发软件一样,如果它们都 “冻” 住了,那就容易多了。—— 爱德华·贝拉尔德

2.Using the number of lines of code to evaluate the progress of a program is like using weight to evaluate the progress of an aircraft.

用代码行数来评估程序的开发进度,就好比是拿重量来评估一个飞机的建造进度。

—— 比尔盖茨,前微软总裁

3.“Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.”

今日之编程,已是竭力要建立更大更反白痴程序的软件工程师,和正塑造更大更优质白痴的现实世界之间的比赛。目前来看,现实世界赢了。—— 里克 · 库克

4.Programmers and God bet on making bigger and better software — software that fools can use. But God can always create bigger and sillier fools. So God always wins.

程序员和上帝打赌要开发出更大更好——傻瓜都会用的软件。而上帝却总能创造出更大更傻的傻瓜。所以,上帝总能赢。

——Anon

5.“Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris.”

你们大部分人都熟悉程序员的美德。当然了,是这三种:懒惰、急躁、傲慢。—— 拉里 · 沃尔 ( Perl 语言之父)

6.UNIX is very simple. But it takes a certain amount of talent to understand this simplicity.

UNIX很简单。但需要有一定天赋的人才能理解这种简单。

——丹尼斯·里奇,C语言之父,UNIX之父

7.“Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.”

在编写代码的时候,你要经常想着,那个最终维护你代码的人可能将是一个有暴力倾向的疯子,并且他还知道你住在哪里。—— 马丁 · 戈尔丁

8.“The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.”

软件开发的时间通常是这样的:一开始的 90% 开发工作用掉了整个计划 90% 的时间,剩下的 10% 同样需要整个计划 90% 的时间,而最终发布前的修改也是如此。—— 汤姆 · 嘉吉

9.“If debugging is the process of removing software bugs, then programming must be the process of putting them in.”

如果调试程序是移除 bug 的过程,那编写程序就是把 bug 放进来的过程。—— 迪杰 · 斯特拉

10.“The trouble with programmers is that you can never tell what a programmer is doing until it’s too late.”

程序员的问题是,你无法知道他在做什么,直到为时已晚。—— 西摩 · 克雷(超级计算机之父)

声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!

上一篇 2018年10月22日
下一篇 2018年10月22日

相关推荐