025 - Think Like A Programmer - Key Takeaways From A Helpful Book

25 Jul, 2017

Think Like A Programmer by V. Anton Spraul aims to teach the fundamentals of computer programming. It’s not perfect, but it offers some great takeaways for anyone learning to code.

In the book Spraul breaks down how to go about solving a problem step-by-step, covering fundamental topics like arrays, pointers, dynamic memory, classes, and recursion. Each topic comes with code snippets written in C++, and the chapters conclude with a list of exercises you can do on your own to make sure the information sticks.

The key takeaways were:

Did you read this book? Let me know what you thought! Leave a comment below or tweet me @startovercoder.