Books all programmers must read?
Got good aportations? I found a list of good books (based on stackoverflow valorations of many users), considered classics and indispensables: *Code Complete (good programming practices and clean code) *The Pragmatic Programmer (cross by the theory to the practic) *Structure and Interpretation of Computer Programs (this book basicly transforms u into a true programmer) *The C programming language (teach C, how think as a programmer & the low level of the computational model) *Introduction to Algorithms - CLRS (teach u think algorithms) *Refactoring: Improving the Design of Existing Code (title explains itself) *Design Patterns: elements of reusable object-oriented software (how to design correctly, good practices) *The Mythical Man-Month (how to manage & psycho-social aspects of software developing) *The Art of Computer Programming *Compilers: Principles, Techniques and Tools And many others, if someone is interested I will list more.