this post was submitted on 12 Mar 2024
1089 points (95.8% liked)
Programmer Humor
32361 readers
239 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah, okay. Tell that to every code editor's defaults and every open source projects source code that I have read.
Encountering tab indented files is like encountering ANSI encoded files or /r/n newline'd files. It's not how it should be done. Sorry.
Spaces are there to ensure that everyone sees the same, tabs have issues with internal indentation of function declaration and the sort. Yeah it indents like correctly, but then you do need spaces to indent vertically called functions correctly and it always ends up being a cluster fuck. Spaces are a standard for a reason.
Stop lining up to function names like it's fucking ASCII art!
It's a hierarchy, not a grid! Did your function overflow one line? Add an extra tab. I don't give a shit how long your function name is, you prima donna, your code should look clean even if some maniac is using 12-point Arial.
You write as if you manually format stuff, auto formatters are a thing since ages ago that conform to stablished coding styles. Take up on stablished coding styles if you are against something as basic as lining up stuff to function names.
At this point I see that our viewpoints are way too different and that your viewpoint is quite disconnected from the coding world in general so, you do you, have a good day.
Yeah who ever questions established practices in programming. Nobody ever argues about style.