logoalt Hacker News

giancarlostorolast Sunday at 4:46 PM3 repliesview on HN

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.


Replies

koolalalast Sunday at 4:50 PM

Isn't it easy to just auto format it?

show 1 reply
AdieuToLogiclast Monday at 2:22 AM

> 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.

And I love that people love indentation based languages so I show them a file with some spurious tabs to see how they feel about indentation causing silent errors.

sqlserver2008last Sunday at 11:36 PM

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.