Object Calisthenics - 9 steps to better OO code

A presentation at PyCon SK in in Bratislava, Slovakia by Paweł Lewtak

This presentation shows how to use 9 rules called Object Calisthenics (OC for short) in order to write code that is shorter, more precise, easier to read and easy to test. I'll explain what OC is, how it can be helpful and when you should use it. The overall concept is quite similar to Uncle Bob's clean code.