this post was submitted on 05 May 2025
461 points (98.7% liked)

Programmer Humor

24772 readers
913 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
[–] victorz@lemmy.world 6 points 2 months ago (21 children)

Classic people who don't know how to code wat. Passing a number in place of a string argument because they don't know what they're doing.

[–] jjjalljs@ttrpg.network 31 points 2 months ago (10 children)

Javascript could throw an error to alert you that the input is supposed to be a string, like most languages would do.

[–] victorz@lemmy.world -1 points 2 months ago* (last edited 2 months ago) (1 children)

But you're calling a function specifically made for passing a string to an int... 😆 There's gotta be some common sense somewhere here, guys.

Still, it's a very good point. JS should do this.

I would suspect one reason it doesn't do this is to be backwards compatible.

And god fucking forbid that common sense be in the language. Who the fuck needs a language with common sense, amirite?

load more comments (8 replies)
load more comments (18 replies)