Books all programmers must read? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

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.

28th Mar 2019, 7:33 AM
BinaryEden
BinaryEden - avatar
3 Answers
0
Get my personal aport: "How to programming in..." series - Deitel & Deitel I got the C++ version 9ed and must say its very complete, explains many details to comprend in deep what every thing is and not, and got many programming tips
29th Mar 2019, 7:05 AM
BinaryEden
BinaryEden - avatar
0
*programming pearls *more programming pearls: confessions of a coder *practical C++ programming *effective c++: 55 specific ways to improve your programs and designs *more effective c++ 35 new ways to improve your programs and designs *the c++ Programming language stroustrup *code: the hidden language of computer hardware and software *head first java *the linux programming interface
10th Aug 2019, 1:28 AM
BinaryEden
BinaryEden - avatar