this post was submitted on 05 May 2025
431 points (98.9% liked)

Programmer Humor

23040 readers
1896 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
[–] qqq@lemmy.world 13 points 21 hours ago* (last edited 21 hours ago) (1 children)

Could be a variable from somewhere else in the code. It should throw type error of some sort if it's not going to handle a float correctly

[–] victorz@lemmy.world 1 points 17 hours ago

Agreed, functions in general should do this, and some do. But it should probably be automatic. And the variable argument is a good one, a very good argument for TypeScript. ❤️