this post was submitted on 28 Feb 2024
637 points (97.2% liked)

Programmer Humor

19503 readers
1151 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
637
wait what (pawb.social)
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/programmer_humor
 
you are viewing a single comment's thread
view the rest of the comments
[–] coloredgrayscale -3 points 8 months ago (2 children)

Autoformatter should fix that, unless you use python. (but even then they might fix it to the closest proper indentation level)

[–] [email protected] 9 points 8 months ago

Sometimes. I love auto formatting, I spam the shit out of it more than I spam save but it's definitely not perfect. It gets real confused with inconsistent indention like that. Especially with Python it'll fuckup

[–] [email protected] 6 points 8 months ago

Yeah you need an auto formatter, which is worse than not needing it. Also yes its terrible in python like languages