Y
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
gamegoblin
4594 days ago
Isn't that just the definition of "weak typing"? When you can do stuff like object + string + number and get an answer.
link
tel
4594 days ago
PHP typing
link
gamegoblin
4594 days ago
JavaScript and Perl, too.
link
GhotiFish
4594 days ago
it's likely the manifistation of the anti pattern "stringly typed".
http://c2.com/cgi/wiki?StringlyTyped
link