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

4.0

There is a quite a few good advice in the book. But the book is also very heavy in java. So you will need to actually find those that make sense to you. General thing like keep class small, keep things readable, keep test simple, commenting rules are good general advice.

What I would really want to see is clean code for different languages. That would make it a lot better.