Your current filters are…
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." - Martin Fowler et al, Refactoring: Improving the Design of Existing Code, 1999
Objectives of the session: I will show examples of how code can quickly become unreadable. I will show examples of how to achieve readabiltiy by refeactoring existing code.
Content: Code should always be expressed as clearly as possible. Some languages provide flexible ways to enhance code readability. Ruby leads the way. .net has a extensibility points to make our life as developers a lot easier.