this post was submitted on 11 Oct 2025
438 points (99.5% liked)

Programmer Humor

26846 readers
606 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
[–] balsoft@lemmy.ml 32 points 3 days ago (3 children)

I think it depends; some smart code is good actually, think 0x5f3759df. As long as you properly document it and leave plenty of comments. This one is not smart though, at best it's what I would call witty.

[–] theunknownmuncher@lemmy.world 23 points 3 days ago

I'd accept that "smart code" and "clever code" are 2 different things

[–] Valmond@lemmy.world 12 points 3 days ago

Fast inverse square root eh?

[–] Cethin@lemmy.zip 4 points 3 days ago

This isn't smart. This is clever. It's a way to solve a problem in a novel way. It isn't the best, or even most obvious, way to solve the problem. It's just interesting.