Hacker News new | ask | show | jobs
by turbofail 5611 days ago
It seems like if this explanation were to make sense, whoever implemented the string-to-number conversion was careful enough to implement saturating addition, but careless enough to not use a numerical type large enough to hold every possible phone number. I don't know if I buy that.
1 comments

Perhaps they just used strtoi() or some such equivalent in their language.