Y
Hacker News
new
|
ask
|
show
|
jobs
by
volkk
2094 days ago
what do you mean? you can certainly use vanilla javascript if you really want, same with ruby. its not like types are forced down your throat
1 comments
jasonpeacock
2094 days ago
Ditto for Python, you can not use the type hints/don't run MyPy.
OTOH, by skipping typing you lose a lot of guardrails and won't discover bugs until runtime.
link
OTOH, by skipping typing you lose a lot of guardrails and won't discover bugs until runtime.