程序员的必读书单

来源:互联网 发布:网络运营职责 编辑:程序博客网 时间:2024/04/29 13:34

一种编程语言的重要性并不在于语言本身,而在于这种语言所体现出来的编程思维模式。所以,并不是你用到的书才去读,读书是一种习惯,一种积累!


最近看到了一个关于“每个程序员都应该阅读的书”的帖子。帖子的内容也是根据国外知名网站的内容整理而成。于是想着把自己读过,或者计划阅读的书籍整理一下。


以下是该帖子的书籍排名:

TOP 1:

Code Complete(2nd Ed) by Steve McConnell
《Code Complete(2nd Ed) by Steve McConnell》,中文版《代码大全(第二版)》,两届Software Jolt Award震撼大奖得主! 

TOP 2:
The Pragmatic Programmer
《The Pragmatic Programmer》,中文版《程序员修炼之道》 

TOP 3:

Structure and Interpretation of Computer Programs
《Structure and Interpretation of Computer Programs》,中文版《计算机程序的构造和解释》

TOP 4:
The C Programming Language
《The C Programming Language》,中文版《C程序设计语言》 

TOP 5:
Refactoring: Improving the Design of Existing Code
《Refactoring: Improving the Design of Existing Code》,中文版《重构:改善既有代码的设计》 

TOP 6:
Introduction to algorithms
《Introduction to algorithms》,中文版《算法导论》 

TOP 7:
The Mythical Man-Month
《The Mythical Man-Month》,中文版《人月神话》 

TOP 8:
Design Patterns
《Design Patterns》,中文版《设计模式》 

TOP 9:
The Art of Computer Programming(First Volume Hardcover)
《The Art of Computer Programming(First Volume Hardcover)》,中文版《计算机程序设计艺术第 (第一卷)》 

TOP 10:
Compilers: Principles, Techniques, and Tools 
《Compilers: Principles, Techniques, and Tools 》,中文版《编译原理》 

TOP 11:
Compilers: Principles, Techniques, and Tools 
《Head-First Design Patterns》,中文版《Head First 设计模式》 

其中,1、2、5、6、8、10已经阅读。剩下的准备以后慢慢阅读。


除了上面列举的以外,还有一些书,经常在帖子里面看到被推荐,比如:

《Clean Code》,中文版《代码整洁之道》;

《Effective Java》,中文版《Effective Java中文版(第2版)》等 。

《Think in Java》,中文版《Java编程思想》



以后有好书继续补充。。。


参考:http://www.devstore.cn/new/newInfo/939.html

0 0