Y
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
teddyh
1326 days ago
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.
link
tyingq
1326 days ago
Maybe. Ambiguity means some random bags of bytes pass as more than one type.
link
teddyh
1324 days ago
And the "Any" type covereth a multitude of sins.
link