
请求翻译高手翻译编程格言
1. One man's constant is another man's variable. 一个人的常数是另一个人的变量。
(一个人认为是常数,另一个人认为是变量)2. Functions delay binding; data structures induce binding. Moral: Structure data late in the programming process. 不懂3. Syntactic sugar causes cancer of the semicolon. 追求句法技巧将导致解析灾难(
)4. Every program is a part of some other program and rarely fits. 每一个程序都是另一个程序的一部分,但很少完全是。
5. If a program manipulates a large amount of data, it does so in a small number of ways. 如果一个程序处理大量的数据,那么它将只有很少的几种处理方法。
6. Symmetry is a complexity-reducing concept (co-routines include subroutines); seek it everywhere. 追求匀称是一种消除复杂性的方法(与子函数合作);应该不断的追求它7. It is easier to write an incorrect program than understand a correct one. 写一个错误的程序比理解一个正确的程序要简单8. A programming language is low level when its programs require attention to the irrelevant.一个程序设计语言是低级的,如果它关注一些不相关的东西 9. It is better to have 100 functions operate on one data structure than 10 functions on 10 data structures.100个函数操作1个数据结构比10个函数操作10个数据结构好 10. Get into a rut early: Do the same process the same way. Accumulate idioms. Standardize. The only difference(!) between Shakespeare and you was the size of his idiom list -not the size of his vocabulary. 开始墨守成规:做相同的事情用相同的方法,积累惯用法,了解标准。
你和莎士比亚唯一的区别在于掌握的惯用法的的数量,不是词汇的数量11. If you have a procedure with ten parameters, you probably missed some. 如果你有一个过程需要10个参数,你么也许你还漏掉了一些12. Recursion is the root of computation since it trades description for time. 递归是计算的根源,因为它以描述换取时间13. If two people write exactly the same program, each should be put into microcode and then they certainly won't be the same. 如果两个人写了完全相同的程序,那么他们应该在微代码级检查,这样就不回认为代码相同了。
14. In the long run every program becomes rococo - then rubble. 在长久运行时间的考验下,每一个程序都变的很脆弱15. Everything should be built top-down, except the first time. 每个程序都应该自顶向下创建,除了第一次。
16. Every program has (at least) two purposes: the one for which it was written, and another for which it wasn't. 每个程序最少有两个功能:一个是写它时想要得到的功能,另一个是写它是不想得到的功能17. If a listener nods his head when you're explaining your program, wake him up.如果一个听众在你给他讲解你的程序的时候点头,那么请你叫醒他吧18. A program without a loop and a structured variable isn't worth writing. 一个没有循环和结构化的变量的程序是不值得写的19. A language that doesn't affect the way you think about programming, is not worth knowing.一个编程语言如果不能影响你的思考方式,那么它就不值得你学。
20. Wherever there is modularity there is the potential for misunderstanding: Hiding information implies a need to check communication. 只要存在模块化,那么就会有误解的可能:隐藏信息意味着需要检查交流不太好翻译啊
计算机方面的名言呗,最好里面带有.net这样专业术语的 要求能够显示出编程人员的聪明和专业
One of the beauties of OO programming is code re-use through inheritance,but to achieve it, programmers have to actually let other programmers re-use the code.-Gary Short面向对象编程的美妙之处之一是通过继承(而实现)的代码重用,但是为了实现这一点,程序员们不得不真正地做到让其他程序员重用(他们的)代码。
-盖里 肖特
计算机方面的名言呗,最好里面带有.net这样专业术语的 要求能够显示出编程人员的聪明和专业
One of the beauties of OO programming is code re-use through inheritance,but to achieve it, programmers have to actually let other programmers re-use the code.-Gary Short面向对象编程的美妙之处之一是通过继承(而实现)的代码重用,但是为了实现这一点,程序员们不得不真正地做到让其他程序员重用(他们的)代码。
-盖里 肖特
关于读书的名言
不知道是否有前人的精译,区区我辈只能译成:“世人念之求之者,友也。
”



