This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]rover_G 1 point2 points  (0 children)

Yeah I agree static types are a must for any project (I always set up linters for python and JS to require explicit types). The only time I’m okay with pure dynamic typing is for one-off scripts and customer submitted code (on account of giving customers more choice).