Hacker News new | ask | show | jobs
by Pxtl 4594 days ago
We have static typing and dynamic typing and duck typing... is there a name for this crap where stuff gets converted willy-nilly without your say-so? Drunk typing?
2 comments

Isn't that just the definition of "weak typing"? When you can do stuff like object + string + number and get an answer.
PHP typing
JavaScript and Perl, too.
it's likely the manifistation of the anti pattern "stringly typed".

http://c2.com/cgi/wiki?StringlyTyped