Earlier quoted context omitted.
his frustration stems from the fact that even after at least 50 years of software development the handling of number formatting (and add in dates for fun) is still something where time and time again software developers fuck up. it is amazing, all those CS and other courses and still every new generation of (predominantly) US developers discover the fact that there is a world outside the US. the most dominant data po…
Impossible to easily solve programatically. E.g. 400,123: what is it? You cannot know unambiguously. And using OS language settings won't help either. Im from Europe but would not want to require using "," for the decimal separator enforced by OS settings, or anything related to programming or communicating with people on the Internet would become difficult. I'd much rather have just everyone use the same convention…
That would be a easy programmatic way to solve the problem, that wouldn't require the whole world to adopt a single standard. But of course it'll never happen, as it would require that all programmers know their shit and follow good practices, when it's much easier to throw the technical debt onto users and let them cope with the problem.