A review by maxpatiiuk
Clean Code: A Handbook of Agile Software Craftsmanship by Robert C. Martin

3.0

FYI: I read a modified version of this book adapted for JavaScript - https://github.com/ryanmcdermott/clean-code-javascript

The material is quite OOP-focused - a lot of the things don't apply in functional programming or have to be adapted. Not surprising, since it was written with Java in mind.

Still, there are some good principles in here - though not much new for me.