• 0 Posts
  • 7 Comments
Joined 9 months ago
cake
Cake day: September 18th, 2023

help-circle

  • No, it is slower than JS but it can be compiled to JS. The point of typescript is bringing static (or generally talking, predictable) types to variables, so that treating erroneously a number as a string should be more difficult. In a large codebase, it’s easy to make mistakes and debugging is not instantaneous but it needs time. Typescript helps here. You write more code but it helps you out later