Object Calisthenics: Rule 1: Use one level of indentation per method
First of all a method with a lot of different indentation is harder to understand than a method with less indentation. I also think that each level of indentation typically means you’re doing another thing.
Go here to read the rest:
Object Calisthenics: Rule 1: Use one level of indentation per method


