DEV Community

Discussion on: Typescript: First thoughts

 
mazentouati profile image
Mazen Touati

until they feel comfortable with TypeScript.

This is the issue that made me enter the conversation in the first place. Why would you decide that they should use TypeScript. It's okay if that's what your team is comfortable with but this will narrow down your options in term of hiring new talented JavaScript developers ( who are not necessarily interested in TypeScript ).

I would never dictate the technology for an entire company.

Of course, I meant is it okay for your company to use both JavaScript and TypeScript for its projects ?

Thread Thread
 
cubiclebuddha profile image
Cubicle Buddha

Yes, a company should be free to have teams that use whatever language that makes them the most productive.

Thread Thread
 
chibiblasphem profile image
Debove Christopher

You got rid of 500 lines of test but you sacrificed flexibility.

I really can't see how using TS sacrifice flexibility... On the contrary I've gained a lot more...

Thread Thread
 
mazentouati profile image
Mazen Touati • Edited

I meant flexibility in term of expanding the team or sharing the code as not all JS developers required to know TS.
Despite that, I'm really interested to know more about TS and what flexibility it gave you ?