this post was submitted on 17 Sep 2023
429 points (96.5% liked)

Programmer Humor

19187 readers
1483 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 38 points 1 year ago (16 children)

If working in currency, work in cents and divide by 100 and round to 2 decimals for output

[–] [email protected] 9 points 1 year ago (1 children)

And remember not all currencies are 2dp so get a list and use the appropriate exponent.

I had to update our currency database this week because there's new currencies. It's almost as bad as timezones.

[–] [email protected] 1 points 1 year ago

[email protected] wake up, new currencies just dropped

load more comments (14 replies)