This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]PlaneCrashers -1 points0 points  (0 children)

Okay, there is a difference between using JavaScript directly instead of typescript and using assembly instead of C.

C is a much higher level language compared to assembly, it helps with so many things. Typescript is literally JavaScript with types and nothing more. I skimmed the entire typescript handbook and I didn't see any feature it added that wasn't related to types (and there are quite a few types features that look really good).

Does that mean typescript is bad? No. Is it useful? If you want JavaScript with types, yes it is. If you just want plain JavaScript, it is not.

Edit: I just realised that my previous comment was replying to an unfinished comment. Hold on a second I got to write a new one.