Comment Programming books which have helped me (Score 1) 137
I have become a better programmer from the following book list:
- 1. The Pragmatic Programmer
- 2. Clean Code
- 3. C Programming Language
- 4. The Mythical Man-month
These books don't appear in Jacobs' list but they are excellent books for becoming a better programmer. Pragmatic programmer is especially useful, I found it changed my approach to Software development such that I would more careful with taking on extra work and managing my work so that I would not fall behind and be able to complete it. Highly recommend this one.