Hacker News new | ask | show | jobs
by tyingq 1326 days ago
Encoding was one example. But "string" is language dependent aside from encoding. Strong typing doesn't solve the inherent issue.
1 comments

Strong typing never “solved” anything, except that is forces you to see the problem and solve it yourself, explicitly, instead of relying on weak typing to fudge the types for you.
Maybe. Ambiguity means some random bags of bytes pass as more than one type.
And the "Any" type covereth a multitude of sins.