i couldnt find any other typescript group on telegram, is it ok to ask abt typescript in here?
Yea you can ask here. It's becoming more and more rare to find those who know JavaScript but not TypeScript.
I don't think so, there's a lot of people that only knows JavaScript
wait are you that dude with a youtube channel?
A ton of people know JS but not TS, I have decided to write TS applications from the start, converting a JS code base to TS has been a nightmare for me. JS is great if you have strong mental picture of how JS works , type coercion, return values, and a ton of other things mostly around implicit typing, and assignments. TS is just great out of the box you narrowly can make a mistake using it.
YouTube channel? 👀 I mean, I have created some YouTube channels during high school but they're all abandoned
Agreed. TS can seem like bloat at first, especially because it adds in to execution time in development. However, they trouble it avoids down the road and the autocomplete generate by it to the end user are definitely worth it for medium to large-sized applications, especially when the project's not maintained by a one-man army.
> you narrowly can make a mistake using it. how?
Yup yup TS is great for a more than one man army war and large code bases.
Обсуждают сегодня