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!
Top comments (28)
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.
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
Introduction to Algorithms
by 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!
Don't Make Me Think
~ Steve Krug
The Art of Computer Programming by Donald Knuth
For me it was CSS Zen Garden
Opened my eyes to "separation of concerns"
Art of Computer Programming.
Clean Architecture - Robert C. Martin