Think Like a Computer Scientist.

Welcome to the future.
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年3月7日

摘要: For a number of years I have been familiar with the observation that the quality of programmers is a decreasing function of the density ofgo tostatements in the programs they produce. More recently I discovered why the use of thego tostatement has such disastrous effects, and I became convinced that 阅读全文

posted @ 2013-03-07 22:17 TerabyteX 阅读(221) 评论(0) 推荐(0) 编辑

摘要: 1. 编程的艺术就是处理复杂性的艺术。2. 优秀的程序员很清楚自己的能力是有限的,所以他对待编程任务的态度是完全谦卑的,特别是,他们会象逃避瘟疫那样逃避 “聪明的技巧”。——1972年图灵奖演讲3. 计算机科学是应用数学最难的一个分支,所以如果你是一个蹩脚的数学家,最好留在原地,继续当你的数学家。4. 我们所使用的工具深刻地影响我们的思考习惯,从而也影响了我们的思考能力。5. 实际上如果一个程序员先学了BASIC,那就很难教会他好的编程技术了:作为一个可能的程序员,他们的神经已经错乱了,而且无法康复。6. 就语言的使用问题:根本不可能用一把钝斧子削好铅笔,而换成十把钝斧子会是事情变成大灾难。7 阅读全文

posted @ 2013-03-07 22:13 TerabyteX 阅读(201) 评论(0) 推荐(0) 编辑