|
|
|
|
|
by SideburnsOfDoom
4558 days ago
|
|
> "safety" means a bit more than "remember to use === yes, it means "type safety", i.e. strong typing. Including the compile-time safety net that c#, python, Java et all have over c - you never pass a value typed as "void * *"; and that they have over over JavaScript - your code never gets an untyped object that you just have to hope has the expected methods or properties. |
|