php专区

 首页 > php专区 > PHP进阶 > 设计模式 > 关于编程的一些经典话语

关于编程的一些经典话语

分享到:
【字体:

  1. Premature optimization is the root of all evil! - Donald Knuth
  2. 过早的优化是万恶之源。

  3. Walking on water and developing software from a specification are easy if both are frozen - Edward V Berard
  4. 在水里行走和以一个需求规格进行软件开发,有一点是相同的,那就是如果水或需求都被冻住不了,那么行走和软件开发都会变得容易。

  5. always takes longer than you expect, even when you take into account Hofstadter’s Law. - Hofstadter’s Law
  6. Hofstadter 定理:“一件事情总是会花费比你预期更多的时间,就算是你已经考虑过本条Hofstadter 定理”。

  7. Some people, when confronted with a problem, think “I know, I’ll use regular expressions.” Now they have two problems - Jamie Zawinski
  8. 有些遇到问题的人总是会说“我知道,我会使用正则表达式”,那么,你现在有两个问题了。(意思是:你本想用正则表达式来解决你已有问题,但实际上你又引入了“正则表达式”的一个新问题)

  9. Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. - Brian Kernighan
  10. 调试程序的难度是写代码的两倍。因此,只要你的代码写的尽可能的清楚,那么你在调试代码时就不需要那么地有技巧。

  11. Measuring programming progress by lines of code is like measuring aircraft building progress by weight. - Bill Gates
  12. 用代码行来衡量开发进度,无异于用重量来衡量制造飞机的进度。

  13. PHP is a minor evil perpetrated and created by incompetent amateurs, whereas Perl is a great and insidious evil, perpetrated by skilled but perverted professionals. - Jon Ribbens
  14. PHP被一些不合格的业余人员造就成了一个小恶魔;而Perl则是被一些熟练的但不正当的专业人员造就成了一个超级大恶魔。

  15. On two occasions I have been asked, ‘Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?’ I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question.” - Charles Babbage
  16. 在两个场合我被问到:“请你告诉我,如果你给机器输入了错误的数字,那么,是否还能得到正确的答案?”我并不能正确领会这类想法。(注意,本引言的作者姓Babbage,这个名字和神父同名,意思是,作者在反问提问的人,你是问我还是向神父祈祷?)

  17. Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Rick Osborne
  18. 在编程的时候,我们一定要想像一下,以后维护我们自己的代码的那个人会成为一个有暴力倾向的疯子,并且,他还知道我们住在哪里?

  19. 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. - Rich Cook
  20. 现代的编程是“程序员努力建一个更大更傻的程序”和“世界正在尝试创造更多更傻的人”之间的一种竞赛,目前为止,后者是赢家。

  21. I don’t care if it works on your machine! We are not shipping your machine! - Ovidiu Platon
  22. 我才不关于我的代码是否能在你的机器上工作!我们不会给你提供机器。

  23. 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
  24. 我总是希望我的电脑能够像电话一样容易使用;我的这个希望正在变成现实,因为我现在已经不知道怎么去使用我的电话了。

  25. A computer lets you make more mistakes faster than any other invention in human history, with the possible exceptions of handguns and tequila. - Mitch Ratcliffe
  26. 计算机是一种在人类历史上所有发明中,可以让你比以前更快地犯更多的错误的发明,同样,其也包括了“手枪”和“龙舌兰酒”这两种发明的缺陷。

  27. process of removing software bugs, then programming must be the process of putting them in. - E. W. Dijkstra
  28. 如果调试程序是一种标准的可以铲除BUG的流程,那么,编程就是把他们放进来的流程。

  29. It is practically impossible to teach good programming style to students that have had prior exposure to BASIC. As potential programmers, they are mentally mutilated beyond hope of regeneration. - E. W. Dijkstra
  30. 教一群被BASIC先入为主的学生,什么是好的编程风格简直是一件不可能的事。对于一些有潜力的程序员,他们所受到的智力上的伤害远远超过了重建他们的信心。

  31. In theory, theory and practice are the same. In practice, they’re not. - Unknown
  32. 理论上来说,理论和实际是一样的。但实际上来说,他们则不是。

  33. Two things are infinite: the universe and human stupidity; and I’m not sure about the universe. - Albert Einstein
  34. 只有两个事情是无穷尽的:宇宙和人类的愚蠢。当然,我现在还不能确定宇宙是无穷尽的。

  35. Perl – The only language that looks the same before and after RSA encryption. - Keith Bostic
  36. Perl这种语言就好像是被RSA加密算法加密过的一样。

  37. 我爱“最终期限”,我喜欢“嗖嗖嗖”的声音就像他们在飞一样。
  38. I love deadlines. I like the whooshing sound they make as they fly by. - Douglas Adams

  39. Saying that Java is good because it works on all platforms is like saying anal sex is good because it works on all genders - Unknown
  40. 说Java好的是因为它跨平台就像好像说肛交好是因为其可以适用于一切性别。

  41. XML is like violence – if it doesn’t solve your problems, you are not using enough of it. - Unknown
  42. XML就像是一种强暴——如果它不能解决你的问题,那只能说明你没有用好它。

  43. 爱因期坦说,自然界中的一切一定会有一个简单的解释,因为上帝并不是反复无常和独裁的。当然,不会有什么信仰能程序员像爱因期坦那样感到舒服。
  44. Einstein argued that there must be simplified explanations of nature, because God is not capricious or arbitrary. No such faith comforts the software engineer. - Fred Brooks

本文地址:http://www.nowamagic.net/librarys/veda/detail/1216,欢迎访问原出处。

分享到:
如何快速学习一门新的编程语言
怎样快速学习一门新的编程语言?本文提供了一个行之有效的方法:看几页程序说明,然后就开始实践吧~ 虽然你也许已经可以使用很多种编程语言进行工作,但工作常常会要求快速掌握一门新的语言。你可以不去选择去阅读几百页的程序手册,而是快速浏览10到15页的教程(可以在Google中搜索),并把程序语言的语法参考说明印...
为什么我觉得编程就像施魔法一样?
心智的活动,除了尽力产生各种简单的认识外,主要表现在如下三个方面: 将若干简单的认识组合为一个复合认识,由此产生出各种复杂的认识; 将两个认识放在一起对照,不管它们如何简单或者复杂,在这样做时并不将它们合而为一;由此得到有关它们的相互关系的认识; 将有关认识与那些在实际中和它们同在的所有其它认识隔离...
  •         php迷,一个php技术的分享社区,专属您自己的技术摘抄本、收藏夹。
  • 在这里……