top | item 39656652

(no title)

anditherobot | 2 years 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.

discuss

order

shortrounddev2|2 years ago

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