之前收集過《22條經(jīng)典的編程引言》,發(fā)現(xiàn)還有一些未收錄的,下面這些引言也很有意思的,希望你喜歡。
“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%的時(shí)間,剩下的10%的代碼也需要90%的開發(fā)時(shí)間”——Tom Cargill(這不就是中國(guó)諺語——“行百步半九十”)
“In order to understand recursion, one must first understand recursion.” – Author Unknown
“要知道什么是‘遞歸’,你首先需要知道‘遞歸’”——無名氏
“I have always wished for my computer to be as easy to use as my
telephone; my wish has come true because I can no longer figure out how
to use my telephone.” – Bjarne Stroustrup
“我總是希望電腦能和電話一樣好用,現(xiàn)在我的這個(gè)愿望成真了,因?yàn)槲乙呀?jīng)不知道怎么使用我的電話了”– Bjarne Stroustrup
“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. The first method is far more difficult.” -C.A.R. Hoare
“我們有兩個(gè)方法來進(jìn)行軟件設(shè)計(jì):一個(gè)是讓其足夠的簡(jiǎn)單以至于讓BUG無法藏身;另一個(gè)就是讓其足夠的復(fù)雜,讓人找不到BUG。前者更難一些” — C.A.R. Hoare
“If builders built buildings the way programmers wrote programs,
then the first woodpecker that came along would destroy civilization.” –
Gerald Weinberg
“如果建筑工人蓋房子就像程序員寫程序一樣,那么只需要一只啄木鳥就可以摧毀人類文明”– Gerald Weinberg
“Nine people can’t make a baby in a month.” – Fred Brooks
“九個(gè)人不能只用一個(gè)月就能生出孩子來”– Fred Brooks (這是對(duì)人月計(jì)算法的一個(gè)諷刺)
“Before software can be reusable it first has to be usable.” – Ralph Johnson
“在軟件可被重用前,它必需要可以被用”– Ralph Johnson
程序員之歌
99 little bugs in the code,
99 bugs in the code,
fix one bug, compile it again,
101 little bugs in the code.
101 little bugs in the code….
(Repeat until BUGS = 0)
Any fool can write code that a computer can understand. Good programmers write code that humans can understand. –Martin Fowler
任何一個(gè)傻子都能寫出讓電腦能懂的代碼,而只有好的程序員可以寫出讓人能看懂的代碼 — Martin Fowler
Wirth’s law: Software gets slower faster than hardware gets faster. –Niklaus Wirth
Wirth定律,軟件把性能變慢的速度要快于硬件把性期變快的速度。– Niklaus Wirth
Better train people and risk they leave – than do nothing and risk they stay.
–Anonymous
就算是培訓(xùn)的員工會(huì)離開,這也好過他們什么也不做卻不會(huì)離開。——無名氏
Good judgment comes from experience, and experience comes from bad judgment. –Frederick P. Brooks
“好的判斷來自于經(jīng)驗(yàn),而經(jīng)驗(yàn)則來自于壞的判斷”
UNIX is simple. It just takes a genius to understand its simplicity –Dennis Ritchie
UNIX 簡(jiǎn)單的,但只有天才才能知道他的簡(jiǎn)單 — Dennis Rithie
Unix was not designed to stop people from doing stupid things, because that would also stop them from doing clever things. –Doug Gwyn
Unix 并不是設(shè)計(jì)成——阻止人們做那些愚蠢的事,因?yàn)槟峭瑯訒?huì)阻止人們做聰明的事。——Doug Gwyn
如果你想看更多這樣的引言,你可以瀏覽下面這個(gè)網(wǎng)頁:
http://www.comp.nus.edu.sg/~damithch/pages/SE-quotes.htm