this post was submitted on 07 May 2024
621 points (97.5% liked)

Programmer Humor

25511 readers
2119 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
[–] Strawberry@lemmy.blahaj.zone 14 points 1 year ago (9 children)

mathematician here, where is the joke?

[–] BleatingZombie@lemmy.world 22 points 1 year ago (3 children)

Variable names should be "self defining" meaning you should be able to understand what its doing from the name. The name also shouldn't be too long. Combining those together makes it difficult to come up with an "elegant" name

[–] menas@lemmy.wtf 5 points 1 year ago

tmp3 = tmp1 + tmp2 ; T.T

load more comments (2 replies)
load more comments (7 replies)