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

Programmer Humor

32174 readers
354 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
[–] XaeroDegreaz 103 points 1 year ago (2 children)

Sounds like he needs a better IDE.

[–] [email protected] 50 points 1 year ago

Or he just needs to read the compiler output.

[–] [email protected] 6 points 1 year ago (2 children)
[–] XaeroDegreaz 4 points 1 year ago

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

[–] betternotbigger 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.