Tech literature

Thinking Like a Programmer

August 23, 2019

Just finished yesterday this book: https://nostarch.com/thinklikeaprogrammer and wanted to recommend it to you (as you are learning C++ here it seems :wink: ). All the examples there are in C++, but the topics author teaches are in fact language agnostic. I have found it very insightful, refreshed a couple of concepts in my memory, and there were even some really sound advices I never heard before from any other author.

Also it’s relatively short (not the McConnell’s Code Complete and definitely not Knuth’s four-volume monster) and have exercises. Overall, this book was a pleasant surprise which I highly recommend.

Previous: Which books do you consider essential for a developer?