之前收集過《22條經典的編程引言》,發現還有一些未收錄的,下面這些引言也很有意思的,希望你喜歡。
“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%的開發時間”——Tom Cargill(這不就是中國諺語——“行百步半九十”)
“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
“我總是希望電腦能和電話一樣好用,現在我的這個愿望成真了,因為我已經不知道怎么使用我的電話了”– 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
“我們有兩個方法來進行軟件設計:一個是讓其足夠的簡單以至于讓BUG無法藏身;另一個就是讓其足夠的復雜,讓人找不到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
“九個人不能只用一個月就能生出孩子來”– Fred Brooks (這是對人月計算法的一個諷刺)
“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
任何一個傻子都能寫出讓電腦能懂的代碼,而只有好的程序員可以寫出讓人能看懂的代碼 — 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
就算是培訓的員工會離開,這也好過他們什么也不做卻不會離開。——無名氏
Good judgment comes from experience, and experience comes from bad judgment. –Frederick P. Brooks
“好的判斷來自于經驗,而經驗則來自于壞的判斷”
UNIX is simple. It just takes a genius to understand its simplicity –Dennis Ritchie
UNIX 簡單的,但只有天才才能知道他的簡單 — 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 并不是設計成——阻止人們做那些愚蠢的事,因為那同樣會阻止人們做聰明的事。——Doug Gwyn
如果你想看更多這樣的引言,你可以瀏覽下面這個網頁:
http://www.comp.nus.edu.sg/~damithch/pages/SE-quotes.htm