文档介绍:我最喜欢的 10 条编程语录
从去年开通@程序员的那些事开始,陆陆续续发布了一些#编程语录#。今天也在国外程序员 Senthil
Kumar 的博客看到了他最喜欢的 10 条编程语录。其中大部分已经分享过,现再次综合分享给大家。
(提示:正如广为流传的经典段子,有些经典语录有多个版本,作者署名都不一样。从下文就可以看
出来。英文原文我保留了 Senthil Kumar 的。中文版本后面的作者署名是我当时所看到的署名。)
09. If debugging is the process of removing software bugs, then programming
must be the process of putting them in. – Edsger Dijkstra
如果调试程序是移除臭虫(软件缺陷)的过程,那编写程序就是把臭虫放进来的过程。——迪杰斯特
拉
08. 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% 的时间,而最终发布前的修改也是如此。—— . Rubenking
Writing the first 90 percent of puter 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. ~. Rubenking
07. “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 plicated that there are no obvious deficiencies.”- . Hoare
设计软件有两种方法:一种是简单到明显没有缺陷,另一种复杂到缺陷不那么明显。——托尼·霍尔
06. Measuring programming progress by lines of code is like measuring aircraft
building progress by weight. – Bill Gates
用代码行数来衡量程序的开发进度,就好比用重量来衡量飞机的制造进度。——比尔·盖茨
05. “Always code as if the guy who