编程语言中最重要的东西是名字。没有好名字的语言不会成功。
编程的艺术是组织复杂性的艺术。
You can't trust code that you did not totally create yourself.
你不能信任你没有完全自己编写的代码。
The best performance improvement is the transition from the non-working state to the working state.
最好的性能改进是从非工作状态到工作状态的转变。
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.
我一直希望我的电脑能像我的电话一样易于使用;我的愿望实现了,因为我已经无法弄清楚如何使用我的电话了。
When in doubt, use brute force.
当有疑问时,使用蛮力。
One of my most productive days was throwing away 1000 lines of code.
我最有成效的一天之一是删除了1000行代码。