this post was submitted on 16 Sep 2024
224 points (83.3% liked)

Programmer Humor

24980 readers
2469 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] cbazero@programming.dev 22 points 10 months ago (8 children)

Dynamic typing, special and unique syntax for every language feature, interpreter intrinsics

[–] joyjoy@lemm.ee 7 points 10 months ago (2 children)

Operator overloads, descriptor protocol, decorators

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

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

[–] joyjoy@lemm.ee 5 points 10 months ago

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

load more comments (5 replies)