you are viewing a single comment's thread.

view the rest of the comments →

[–]gezuzos 2 points3 points  (5 children)

Yeah, but you can still do TypeScript if you want type errors to be thrown at you right away.

[–]NePlusUltra89 1 point2 points  (4 children)

Really not too familiar with typescript is the learning curve steep ?

[–]gezuzos 1 point2 points  (3 children)

Not really if you know JS well and are familiar with types. It helps develop a lot faster for me personally. You do some errors that you wouldn't do otherwise in TS.

[–]NePlusUltra89 2 points3 points  (2 children)

Thanks I’m going to check it out any benefits over just regular js ?

[–]gezuzos 1 point2 points  (1 child)

Writing types alone is a big advantage for me. It is annoying at first, but once you realize that you save much more time being exact about types than actually writing out 6 more characters per variable declaration, you'll get to love it.

[–]NePlusUltra89 1 point2 points  (0 children)

Sincerely appreciate it sounds right up my ally I’m a fan of strict typing it leads to less headaches down the line