Countless books have been written to guide and educate us in the realm of programming. But which one stands above all the rest as the most influential of them all? What coding resource book do you consider to be an absolute game-changer or a a timeless gem that has left an indelible mark on the programming world?
Share your thoughts, experiences, and recommendations so we can build out coding libraries!
Follow the DEVteam for more discussions and online camaraderie!
Oldest comments (28)
For me it was CSS Zen Garden
Opened my eyes to "separation of concerns"
The C Programming Language by Kernighan and Ritchie
Beat me to it.
Clean Code has to be up there
Influencal yes, but good?
open.substack.com/pub/computerenha...
I don’t disagree.
The Art of Computer Programming by Donald Knuth
Introduction to Algorithmsby Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein
Maybe not the most influential overall, but for the books that I have on programming, this tops all of them. Amazing diagrams, explanations, and a nice mix between conceptual ideas and mathematical ideas/proofs!
Clean Architecture - Robert C. Martin
Art of Computer Programming.
Operating Systems - Design and Implementation
Andrew S. Tanenbaum
It essentially gave us Linux. Although we wouldn't have that without C so maybe second most influential.
For me it’s probably a toss up between
Pragmatic Programmer
Refactoring: Improving the Design of Existing Code
Designing Data-Intensive Applications
and
Mythical Man-Month
The Mythical Man-Month is epic
Good choice! I prefer Refactoring to Patterns over Refactoring by Fowler