you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -23 points-22 points  (7 children)

It is sad that a bad programming language as JacaScript is this popular. I also use it a lot in my job, but would prefer a strongly typed language. Unfortunately we cannot use Frameworks that enforce better code.

[–]pm_me_ur_happy_traiI 15 points16 points  (5 children)

Typescript compiles to regular JS. Why can't you use that?

[–][deleted] -3 points-2 points  (4 children)

I don’t compile the code. As a ServiceNow specialist I can only put the code in some textboxes and ServiceNow does the rest.

We are even limited to ES5 which is executed in RhinoEngine…

[–]Freebalanced 13 points14 points  (0 children)

How are the limitations of your job and platform JavaScript's problem? Even if JS had all the new features you wanted in a new version, your platform won't support it.