this post was submitted on 07 May 2024
625 points (97.6% liked)

Programmer Humor

24993 readers
297 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 15 points 1 year ago (9 children)

mathematician here, where is the joke?

[–] BleatingZombie@lemmy.world 23 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)