The best code is no code at all.
最好的代码就是没有代码。
The most important skill for a programmer is the ability to read code.
程序员最重要的技能是阅读代码的能力。
The best way to get a project done faster is to start sooner.
更快完成项目的最好方法是尽早开始。
The goal of software architecture is to minimize the amount of knowledge you need to have in order to build a system.
软件架构的目标是尽量减少构建系统所需的知识量。
The most effective debugging tool is still careful thought, coupled with judiciously placed print statements.
最有效的调试工具仍然是仔细的思考,再加上明智放置的打印语句。
The best way to predict the future is to implement it.
预测未来的最好方法就是去实现它。
The hardest part of design is keeping features out.
设计中最难的部分是保持功能的简洁。
The most important property of a program is whether it accomplishes the intention of its user.
程序最重要的属性是它是否实现了用户的意图。
The key to performance is elegance, not battalions of special cases.
性能的关键在于优雅,而不是大量的特殊情况。
The best performance improvement is the transition from the nonworking state to the working state.