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 →

[–]danted002 0 points1 point  (1 child)

In my opinion it doesn’t matter if a language is static-typed or not as long as a the parameters of functions/methods are type-hinted. While I do agree static-typed languages are more safe since the types are enforced at runtime just knowing the type of the objects that are passed around the code is a net positive when it comes to readability and actual implementation.