this post was submitted on 28 Jun 2026
135 points (100.0% liked)

Programmer Humor

32005 readers
1283 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 3 years ago
MODERATORS
 

A NaN spotted in the wild.

you are viewing a single comment's thread
view the rest of the comments
[–] NotSteve_@lemmy.ca 23 points 4 hours ago (1 children)

THE PRICE TAGS ARE RUNNING JAVASCRIPT!!

[–] Orygin@sh.itjust.works 7 points 1 hour ago* (last edited 1 hour ago) (1 children)

NaN are not exclusive to JavaScript, it's more scary that they're using floating point numbers for monetary value.
If you buy something at -Inf, do they empty the business bank account into yours?

[–] verdare@piefed.blahaj.zone 5 points 1 hour ago

Eh, it’s not a problem if prices are being converted to floating point at some point before being displayed.

What you don’t want to do is store the definitive price as a floating point and perform calculations with it. I don’t see any reason to assume that’s happening here.