What is the single most influential book every pro

2018-12-31 05:41发布

If you could go back in time and tell yourself to read a specific book at the beginning of your career as a developer, which book would it be?

I expect this list to be varied and to cover a wide range of things.

To search: Use the search box in the upper-right corner. To search the answers of the current question, use inquestion:this. For example:

inquestion:this "Code Complete"

标签: resources
30条回答
听够珍惜
2楼-- · 2018-12-31 06:04

I think that "The Art of Unix Programming" is an excellent book, by an excellent hacker/brilliant mind as Eric S. Raymond, who tries to make us understand a few principles of software design (simplicity mainly). This book is a must for every programming who is about to start a project under Unix platform.

查看更多
千与千寻千般痛.
4楼-- · 2018-12-31 06:07

Programming from the ground up. It's free on the internet. This book taught me AT&T asm. It is very easy to read.

alt text

查看更多
大哥的爱人
5楼-- · 2018-12-31 06:08

The practice of programming. By Brian W. Kernighan, Rob Pike.

The style shown here is excellent - the code just speaks for itself, and the whole book follows the KISS principle. Personally not my languages of choice, but still influential to me.

查看更多
心情的温度
7楼-- · 2018-12-31 06:11

Database System Concepts is one of the best books you can read on understanding good database design principles.

alt text

查看更多
登录 后发表回答