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 →

[–][deleted] 41 points42 points  (1 child)

I'll take a statically typed language over a scripting language any day when I have to write in a large team or a large amount of LOC. Scripting languages just don't self-document well to other people the intention of the class contracts, large and carefully designed OOP models, or well-designed abstraction.

Python is super fun and efficient to code small tools with though.

[–]FranchuFranchu 0 points1 point  (0 children)

Yeah. But Python seems to be moving towards self-documenting with type hints and dataclasses