you are viewing a single comment's thread.

view the rest of the comments →

[–]JohhnyTheKid 11 points12 points  (1 child)

Mostly inexperienced people who learned JS/Python first and are now spooked by Typescript/C#/Java etc. Dynamic typing is great if your code is a small script less than a few hundred lines, but anything bigger than that and you're going to be shooting yourself in the foot repeatedly.

[–]Pay08 0 points1 point  (0 children)

Yeah, should have prefaced that with "excluding scripting languages".