Comment by giancarlostoro
8 hours ago
I love that people hate indentation based so I show them a poorly indented C style languages codebase to see how they feel about indentation.
8 hours ago
I love that people hate indentation based so I show them a poorly indented C style languages codebase to see how they feel about indentation.
Sure but even with no code indentation at all, an auto-formatter can easily indent everything for you because of the braces. If you have poorly indented code in a language like Python, you're on the hook for indenting everything yourself. And as a bonus, the code won't even run until you do.
Isn't it easy to just auto format it?
You mean add indentation to code where it shouldn't matter?