you are viewing a single comment's thread
view the rest of the comments
[–] 44 points 3 years ago (3 children)

Dynamically typed languages don’t scale. Large project bases become hard to maintain, read and refactor.

Basic type errors which should be found in compilation become runtime errors or unexpected behavior.

  • source
  • hideshow 6 child comments
  • [+] 6 points 3 years ago (1 child)
  • [–] 1 point 3 years ago

    You know, I wish it wasn't. Much of Amazon was on a version of Perl for years (and may still be) for almost all of their front end hosting. Facebook has transformed PHP into Hack (which is better for types, though technically not strongly typed), strongly suggesting they were running PHP until 2014. Let's not forget what WordPress is still in PHP too.

  • source
  • parent