Hacker News new | ask | show | jobs
by anditherobot 828 days ago
In a statically typed language and explicit type definitions.

int age = will never have string "December".

But in python both: age = 42 and age = "December" are possible.

1 comments

Yes, that's why I find it much easier to write code without a debugger in c++, though I do use one frequently