Started reading Domain Driven Design
Today I started reading Eric Evans book about domain driven design which I feel is a must for any serious software engineer.

A few quotes from chapter 2 which is mostly about a ubiquitous language:
The vital detail about the design is captured on the code.
About documents:
A document shouldn’ try to do what the code already does well.
If documents are written at all (see Extreme Programming):
Documents should work for a living and stay current (I have never been a friend of paper work!).
