this post was submitted on 13 Apr 2025
574 points (98.0% liked)
Programmer Humor
22440 readers
3068 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Wow, the pi constant naming inconsistency is terrible.
halve
anddouble
are inverses, right?For a certain set of inputs, yes. Good luck guessing what that comprises that set even if 1) there's documentation and 2) you read it.
Worse, for all we know,
double
actually adds a thing to itself, which might accidentally or deliberately act on strings. Dividing by two has no such magic.