this post was submitted on 16 Sep 2024
218 points (84.5% liked)

Programmer Humor

19176 readers
1099 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] joyjoy@lemm.ee 6 points 2 days ago (1 children)

Operator overloads, descriptor protocol, decorators

[–] xmunk@sh.itjust.works 7 points 2 days ago (1 children)

Operator overloads are excellent for readable code when used well - I object to their inclusion on this list.

[–] joyjoy@lemm.ee 4 points 2 days ago

As long as you don't have to implement it yourself.