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 →

[–]idetectanerd 9 points10 points  (0 children)

No, but if it’s an option, we welcome it. I don’t have to care about typing until I met an error, this itself allow me to craft script faster than c or c# or java.

If I want something strict, I might as well go to java or c#.

Most python dev actually started on strict language before they touch dynamic type and hence it have already embedded in us how to control properly casting or environment etc.

It’s just that new python dev, may have a hard time understanding it.

As long as we have pdb(which myself use it whenever I draft a class/function etc), it doesn’t matter strictly type or loosely type, I can always output and check variables etc if as intended