Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
WabriDev3256y@dontPanic
Switch from java to typescript it's better than switch from java to javascript in my opinion. -
WabriDev3256y@dontPanic
Simply because from my point of view typescript language provides a much more readable code. -
Did you briefly tell him about the bond between ts and js ?
I think he just sees ts as a completely different interpreter than js.
Maybe if you told him that ts directly converts the code to js without any consequences, he would have got it. -
@dontPanic it's not greater than js, if you know how js works. ES6 is already good enough since it supports classes.
For beginners, typescript is better and easier to learn since it resembles other static typed languages like java.
Discussing with the boss:
boss: < How is it going? >
me: < I'm trying to rewrite this horrible javascript code with typescript >
boss: < But release cannot support typescript >
me: < I can compile typescript locally and then release >
boss: < You are not listening to me! we can not execute a script in typescript >
me: < In fact we will use a script in javascript >
boss: < So why are you rewriting it in typescript? >
And so the discussion continued for another 20 minutes...
rant
typescript
pleaseletmegohome
javascript