自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

國外程序員分享的10條編程經(jīng)典語錄

開發(fā) 后端
正如廣為流傳的經(jīng)典段子,有些經(jīng)典語錄有多個版本,作者署名都不一樣。從下文就可以看出來。英文原文保留了Senthil Kumar的。中文版本后面的作者署名是當時所看到的署名。

10. If debugging is the process of removing software bugs, then programming must be the process of putting them in. – Edsger Dijkstra

如果調(diào)試程序是移除臭蟲(軟件缺陷)的過程,那編寫程序就是把臭蟲放進來的過程。—— 迪杰斯特拉

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

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

軟件開發(fā)的時間通常是這樣的:一開始的90%開發(fā)工作用掉了整個計劃90%的時間,剩下的10%同樣需要整個計劃90%的時間,而最終發(fā)布前的修改也是如此。—— 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

設(shè)計軟件有兩種方法:一種是簡單到明顯沒有缺陷,另一種復(fù)雜到缺陷不那么明顯。—— 托尼·霍爾

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.

07. Measuring programming progress by lines of code is like measuring aircraft building progress by weight. – Bill Gates

用代碼行數(shù)來衡量程序的開發(fā)進度,就好比用重量來衡量飛機的制造進度。—— 比爾·蓋茨

Measuring programming progress by lines of code is like measuring aircraft building progress by weight.  

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

在編寫代碼的時候,你要經(jīng)常想著,那個最終維護你代碼的人可能將是一個有暴力傾向的瘋子,并且他還知道你住在哪里。—— 里克·奧斯本

補充:關(guān)于這條語錄,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

今日之編程,已是竭力要建立更大更反白癡程序的軟件工程師,和正塑造更大更優(yōu)質(zhì)白癡的現(xiàn)實世界之間的比賽。目前來看,現(xiàn)實世界贏了。—— 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

有的時候?qū)幵父跺X讓你周一在床上待著,也不想讓你用這周剩下的時間去調(diào)試你在周一所寫的代碼。 —— 丹·所羅門

01. Walking on water and developing software from a specification are easy if both are frozen. – Edward V Berard

在水中行走,和根據(jù)一份需求開發(fā)軟件一樣,如果它們都“凍”住了,那就容易了。—— 愛德華·貝拉爾德

原文鏈接:http://www.itokit.com/2012/0429/73705.html

【編輯推薦】

  1. 我在谷歌的一次有趣的面試經(jīng)歷
  2. 你的代碼寫的很爛,真的很爛!
  3. 中軟國際Java程序員筆試題
  4. Java程序員必知的8大排序
  5. Java系統(tǒng)程序員修煉之道
責(zé)任編輯:張偉 來源: it動力
相關(guān)推薦

2013-12-19 09:58:08

2012-04-28 09:14:50

編程編程語錄

2020-04-06 12:31:25

編程程序員代碼

2012-11-22 14:00:26

程序員

2014-07-16 09:34:44

2009-03-02 09:07:35

微軟鮑爾默上網(wǎng)本

2018-01-25 12:28:20

2013-04-19 10:44:05

程序員禪道

2015-09-28 10:09:05

程序員新手

2012-04-19 12:50:51

Java

2016-01-29 10:03:43

優(yōu)秀程序員黃金法則

2011-12-26 17:18:25

程序員

2016-02-29 11:24:23

程序員閱讀經(jīng)典書籍

2011-06-11 20:59:12

程序員

2020-12-11 07:10:03

程序員

2020-09-25 15:43:25

程序員網(wǎng)站技術(shù)

2015-11-12 10:23:26

老程序員編程策略

2015-08-26 10:50:12

資深程序員編程經(jīng)驗

2012-07-20 11:16:26

程序員

2019-06-25 10:02:44

程序員經(jīng)驗編程
點贊
收藏

51CTO技術(shù)棧公眾號