Agreed, but I’m pretty sure the auto-formatters available do alignment indentation anyway as it is part of the style guides.
Otherwise, I think some of the lines have too much nesting and could be broken up, and the ifcond-then-else blocks aren’t indented enough in the last example.
Alignment indentation like that makes my eyes bleed. Please never push an LoC further to the right than nesting would imply.
Agreed, but I’m pretty sure the auto-formatters available do alignment indentation anyway as it is part of the style guides.
Otherwise, I think some of the lines have too much nesting and could be broken up, and the ifcond-then-else blocks aren’t indented enough in the last example.