Comment by willsmith72

2 years ago

to be pedantic, just being "typed" is not enough these days with dynamically-typed server code.

I disagree with you, if it's typed it's safe. The issue is if it's untyped or the type isn't enforced (by the runtime, by the compiler, or by the code itself).

I understand your point, I'm just saying if it's actually typed, it's safe.