this post was submitted on 20 Jul 2023
241 points (88.5% liked)

Programmer Humor

31260 readers
533 users here now

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

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 11 months ago (2 children)
[–] XaeroDegreaz 4 points 11 months ago

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

[–] betternotbigger 2 points 11 months ago* (last edited 11 months 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.