Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
RealKC9707yWhy did the rest of the world decide to format their numbers the weird way and not like us Europeans?
-
This sucks even more in science. Everything you have to convert a huge dataset because some devices record with comma and some with point.
But also: Why do the USA have to use a set of totally tucked up units which make no sense at all? The length of three barley corn as a unit? Come on! :D -
2erXre525047ywell in Switzerland (still in Eurooe, but not in EU) we denote decimals too with a point. So 1000.00 or 1'000.00 seems legit for me too 😁
Related Rants
Why does Europe have to format their currency with commas where decimals should go and decimals where commas should go? I suspect it causes our currency formatter to drop the commas so values like 87,56 turn into 8756; amounts 100 times the intended amount. Somehow I can’t reproduce the bug but business users keep complaining about it happening. Not even my code and yet I’m stuck sifting through it to track down this one weird edge case. 😖
rant
bad design