• biggeoff@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    3 hours ago

    What do you think of JSDoc? As someone who knows neither I find the idea of no required transpilation very appealing, while still getting the TS ecosystem tools.

    • Victor@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      3 hours ago

      JSDoc is much more cumbersome than using TypeScript. That’s it. It clutters the code in a way that TypeScript somehow avoids. TS types are smoothly integrated in the code itself, IMO. Not as much the case with JSDoc.