Day 21 - Learn Clean Code by Reading These 3 Books

These are my favorite books when it comes to Clean Code. So much so that I bought the the hard-covers.

They educated me when I first read them, and now serve as reference material.

Clean Code By Robert C. Martin

One in a part of three. The book series by Uncle Bob is incredible. He definetely sells what it means to Hone Your Craft. If you wanna get a taste in how Martin Delivers his points, watch this video:

https://www.youtube.com/watch?v=2dKZ-dWaCiU

This one goes into the nitty gritty details of writing clean code.

Clean Architecture By Robert C. Martin

Once you gobbled up Clean Code, check out this one. It’s a bit more advanced but easy to understand and will help you grasp architecture concepts.

Working Effectively with Legacy Code by Michael Feathers

This is a great addition for any Engineer to have.

It lists a set of patterns on how to go from Legacy -> Clean Code.

What are your favorite books?

First published on Typeshare