Clean Code
Hi again. It’s time for a book review! Let’s start with a question for you first. Have you ever fallen victim to your own code that is several years old and now you have no idea what that piece of code even does and even fever ideas on how to fix it? I sure have, and this is the reason I chose to read a book called “Clean Code: A Handbook of Agile Software Craftsmanship” and to really see how I’ve improved during the years that I have been programming. This book teaches us the difference between good and bad code and explains how we can write good code. Reading this book, you realize (if you haven’t already) that writing clean code is not only about writing code that works, but it’s about writing code that is easy to read even for an outsider. The most interesting part about this book was the section where the author even asked several well-known programmers about what they think clean code is. It’s interesting because asking several people brings many views to the table and their op...