this post was submitted on 16 Sep 2024
680 points (97.1% liked)

Programmer Humor

32054 readers
1415 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
[–] brettvitaz@programming.dev 19 points 2 days ago (12 children)

Very little of this is uniquely a problem in Python. It seems to me that your problem is with software development in general.

[–] kameecoding@lemmy.world 16 points 2 days ago (3 children)

My problem is with semantic whitespace

[–] tiefling@lemmy.blahaj.zone 8 points 2 days ago (1 children)

That's really the part I hate the most. it just feels wrong

[–] synae@lemmy.sdf.org 4 points 2 days ago (1 children)

That's the part I like the most. I don't want to work on any code that isn't properly formatted, and at that point why bother with curly braces, etc?

[–] tiefling@lemmy.blahaj.zone 3 points 2 days ago* (last edited 2 days ago)

They help to digest the individual code blocks. My mind doesn't digest whitespace the same way, it simply interprets it as formatting.

It's also much more frustrating to edit imo since the formatter generally has no idea what to do with misaligned whitespace. I also find it frustrating that you can't do multiline lambdas, last I used it.

load more comments (1 replies)
load more comments (9 replies)