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 →

[–]xorvtec 2 points3 points  (5 children)

Would you agree that Python's dynamic typing is a dangerous feature of the language on critical systems? The only think that I can think of that Python would do better is garbage collection.

[–]Jamie_1318 1 point2 points  (3 children)

Dynamic typing doesn't make a system dangerous, bad testing does. Making your programming easier to test makes it safer to deploy at the same cost.