v21’s avatarv21’s Twitter Archive—№ 73,105

  1. the thing about Typescript is that it is nicer to write Javascript code that interfaces with Typescript code than Javascript code that interfaces with Javascript.
    1. …in reply to @v21
      admittedly you can get most of these benefits by writing JSDoc comments on regular Javascript. but that's basically just a more annoying way to write Typescript.
      1. …in reply to @v21
        not many languages where interfacing with them is easier than interfacing with the language you're writing in
        1. …in reply to @v21
          but then arguably Typescript is more of a souped up linter than a language