• Bipta@kbin.social
    link
    fedilink
    arrow-up
    2
    arrow-down
    2
    ·
    10 months ago

    My sense is that this argument primarily holds for teams without thorough code reviews. For individuals or teams with good reviews, TypeScript adds little except for complex code or massive rewrites. I’m not saying it adds little in absolute terms, but that it adds little once you account for the overhead of using it.

    • Double_A@discuss.tchncs.de
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      10 months ago

      A quick check everytime when you build / package the code is surely more effective than a human code review.

      Also the difficulty of coding in a language where there isn’t any static type analysis still remains. How does it even work, do you have to do a manual text search everytime you change some existing function or class?