10条编程语录(很有意义)
导读:国外程序员Senthil Kumar在博客中分享了10条编程语录,希望这些语录能给你带来一些启示。(注:正如广为流传的经典段子,有些经典语录有多个版本,作者署名都不一样。从下文就可以看出来。英文原文保留了Senthil Kumar的。中文版本后面的作者署名是当时所看到的署名。) 一起来看下: 10. If debugging is the process of removing software bugs,then programming must be the process of putting them in. – Edsger Dijkstra 如果调试程序是移除臭虫(软件缺陷)的过程,那编写程序就是把臭虫放进来的过程。—— 迪杰斯特拉 09. 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. – Tom Cargill 软件开发的时间通常是这样的:一开始的90%开发工作用掉了整个计划90%的时间,剩下的10%同样需要整个计划90%的时间,而最终发布前的修改也是如此。—— N.J. Rubenking Writing the first 90 percent of a computer program takes 90 percent of the time. ?The remaining ten percent also takes 90 percent of the time and the final touches also take 90 percent of the time. ~N.J. Rubenking 08. “There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies.”- C.A.R. Hoare 设计软件有两种方法:一种是简单到明显没有缺陷,另一种复杂到缺陷不那么明显。—— 托尼·霍尔 07. Measuring programming progress by lines of code is like measuring aircraft building progress by weight. – Bill Gates 用代码行数来衡量程序的开发进度,就好比用重量来衡量飞机的制造进度。—— 比尔·盖茨 06. “Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.” – Martin Golding 在编写代码的时候,你要经常想着,那个最终维护你代码的人可能将是一个有暴力倾向的疯子,并且他还知道你住在哪里。—— 里克·奥斯本 补充:关于这条语录,StackOverflow 上也有个讨论帖,给出的答案可能是John Woods。 05. “The trouble with programmers is that you can never tell what a programmer is doing until it’s too late.” – Seymour Cray 程序员的问题是,你无法知道他在做什么,直到为时已晚。—— 西摩·克雷 04. 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. – Rick Cook 今日之编程,已是竭力要建立更大更反白痴程序的软件工程师,和正塑造更大更优质白痴的现实世界之间的比赛。目前来看,现实世界赢了。—— Rick Cook 03. “Most of you are familiar with the virtues of a programmer. There are three,of course: laziness,impatience,and hubris.” – Larry Wall 你们大部分人都熟悉程序员的美德。当然了,是这三种:懒惰、急躁、傲慢。—— 拉里·沃尔 (Perl 语言之父) 02. “Sometimes it pays to stay in bed on Monday,rather than spending the rest of the week debugging Monday’s code.” – Christopher Thompson 有的时候宁愿付钱让你周一在床上待着,也不想让你用这周剩下的时间去调试你在周一所写的代码。 —— 丹·所罗门 01. Walking on water and developing software from a specification are easy if both are frozen. – Edward V Berard 在水中行走,和根据一份需求开发软件一样,如果它们都“冻”住了,那就容易了。—— 爱德华·贝拉尔德 (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
- perl 回调函数
- 如何在Spring中删除auth请求?
- VB 2008 访问 SQL SERVER 2008返回DataTable的一般方法~~
- 'Could not convert variant of type (Array Byte) int
- 常规功能和模块自定义系统—061商业智能(BI)的视频及演示地
- Delphi历史版本介绍(一)从Delphi1到Delphi7
- 解决nvm安装的node使用sudo npm报错的问题
- ReportStudio入门教程(五) - 数据汇总
- Delphi 的自动构建工具WANT
- delphi – TDataModule后代’创建’没有.Create但没有问题?