this post was submitted on 20 Jul 2023
278 points (99.6% liked)

Programmer Humor

32179 readers
128 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] hamster@kbin.social 15 points 1 year ago (2 children)
[–] XaeroDegreaz@lemmy.world 4 points 1 year ago

Yeah, then you just have to worry about missing whitespace, instead lol

[–] betternotbigger@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

Python is not very good at this. TypeScript with prettier will very often add missing commas or semi colons for me. I never have to worry about whitespace before the formatter comes into play.

Python's whitespacing felt nice in the days when there wasn't a ton of tooling around auto formatting but now it feels like a burden.