调查问卷: What is the single most influential book every programmer should read?
1. Code Complete (2nd Ed) by Steve McConnell 《代码大全(第二版)》
2. Pragmatic Programmer 《程序员修炼之道》
3. Structure and Interpretation of Computer Programs 《计算机程序的构造和解释》
4. The C Programming Language 《C程序设计语言》
5. Introduction to algorithms (Cormen, Leiserson, Rivest, Stein) 《算法导论》
6. Refactoring: Improving the Design of Existing Code 《重构:改善既有代码的设计》
7. Design Patterns 《设计模式》
8. The Mythical Man-Month 《人月神话》
9. The Art of Computer Programming 《计算机程序设计艺术》
10. Dragon Book by Aho et al 《Compilers: Principles, Techniques, and Tools 》,《编译原理》
11. Head-First Design Patterns 《Head First 设计模式》
12. Effective C++ and More Effective C++ 《Effective C++:改善程序与设计的55个具体做法》
13. Clean Code 《代码整洁之道》
14. programming pearls《编程珠玑》