Originally posted by Adeel Ansari:
May we say this book is sort of a new version of Martin Fowler's Refactoring?
No, not at all. Martin's book (a wonderful book by the way) is about the details of the process of refactoring, especially in environments where the tools won't help you.
The Clean Code book does not try to tell you how to manipulate the code at a low level. Rather it tells you what the code should look like, and how to identify code that looks wrong.