this post was submitted on 15 Nov 2024
227 points (93.8% liked)

Programmer Humor

37808 readers
99 users here now

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

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] lengau@midwest.social 4 points 9 months ago (1 children)

In Python it's really hard!

def __eq__(self, other):
    ...

How do you even write those subscripted hyphens???

[โ€“] zagaberoo@beehaw.org 0 points 9 months ago

If you've got a complex and potentially nested object, what does the body of this simple function look like? That's what they mean.