Hacker News new | ask | show | jobs
by magicalhippo 1338 days ago
> with decimals serialized with a comma because it was on a dutch user's phone

If you're doing any kind of non-binary serialization/deserialization or file IO, it's always a good exercise to change the user and system regional settings when running tests.

1 comments

Server runs de-DE, my dev machine is en-US. So many errors found with formatting/parsing because of it :D