varell.me

Clean Code

Back

Clean Code

Chapter 1 and 2

I started reading this book about a week ago and have made it midway through chapter two. So far, I like the examples this books provides to help explain the author’s point. I think that name variables, functions, and classes are very important. I also think this is baked into the most courses nowadays and inherently understood by many developers.

Chapter 3

I’ve started chapter 3. This is it. The author (Robert Martin aka Uncle Bob) shows many examples of the Single Responsibility Principle and incredibly simplifies functions. So much so, that I question if it is best to reduce things done this much.

At some point, it seems having one line functions would make code harder to maintain and understand. Either way, this is something that I am intrigued by and want to improve at.