Book review : Clean code

hi
I recently finished Clean code, from Robert C. Martin (well, in fact it’s mainly from him and some guests, but then..).
Anyway, the focus of this book is how to write clean code, meaning readable and maintainable code. For this, the authors go at length on the different aspects, dedicating whole chapters to aspects like “Meaningful [...]

protected Constructors

Did you ever try to create an instance of a class with a protected constructor from outside its package?
[...]

Ever heard of asynchronous Exceptions?

Really weird, what Heinz Kabutz digs out of the java language

[...]

An old discussion, but never too old

From an Email conversation this evening:

[...]

Object construction

Did you read “Effective Java”? If you didn’t, you should: it is one of the greatest book about java i have read so far. The only problem with this book is that – over time [...]