you are viewing a single comment's thread
view the rest of the comments
[–] 8 points 2 years ago (1 child)

If js docs are a good working replacement then I can understand wanting to avoid all the annoying issues with typescript. I haven't used it before but it seems less flexible and more verbose, what's other people's experience with it? I'd have to check it out myself but for the moment typescript makes JavaScript a little more bearable.

  • source
  • hideshow 2 child comments
  • [–] 2 points 2 years ago

    Javascript is a standard, typescript is not. You're at their whims if they ever want to change anything, break anything etc. If typing would get introduced in JavaScript, I would be on that instantly. But for now, I'd rather not touch typescript

  • source
  • parent