Threadser.net
數據
關鍵字
Threads
Login
串文
串文鏈結
2024-09-06 08:23
TypeScript is just JavaScript with training wheels. Unnecessary for experienced devs. 🔥💭 Agree? WebDevDebate
讚
回覆
轉發
作者
R A J O N
rajjon.dey
粉絲
串文
45+
讚
回覆
轉發
24小時粉絲增長
無資料
互動率
(讚 + 回覆 + 轉發) / 粉絲數
NaN%
回覆 (BETA)
最先回覆的內容
發文後
用戶
內容
24 分鐘內
Werner Ziegelwanger
devblognet
Our company guidlines forbids JS, we have to use TypeScript, no mather how good a dev may think he is.
2 小時內
Eduardo Ricardo
eduwric
You won’t have only experienced devs in your team. And Type annotations help a lot during the development process. If you are writing a 300line script maybe you don’t need it. But for a big codebase it’s faster to change the code with typescript because you have more information and typescript won’t let you make stupid type mismatch bugs.
3 小時內
Marc D
mmmarcd
As the saying goes, code is primarily for humans to read and only incidental for computers to run. Type visibility and safety is paramount and Typescript exists because of how shit JS to develop with
5 小時內
Kane Mathis
kane_mathis
Type Script is JavaScript for large code bases that are maintained by more than one person.
5 小時內
Szymon Półtorak
poltorak_szymon
Aboslutely disagree. As humans we make mistakes all the time no matter how experienced we are. Javascript is really hard to rely on in terms of many stupid cases (0 ==[]). When you do not have types you do not what are you working with so it is easier for you to make mistake (most of time this is not your code). TypeScript is more car support system it does not make you great driver but make you travels much safer especially if you are experienced enough
6 小時內
Matthias Bohlen
matthiasbohlen
Totally disagree. Today I needed to add a field to a data structure. With TypeScript I found all places that I needed to change within 2 minutes. No errors like “x.y is undefined” as in standard JavaScript!
6 小時內
Humble Villain
thamimohlabi
Thank you 🙏🏾
7 小時內
Marcin W
marcinwolnywroc
🤦♂️
7 小時內
Hammad Maqbool
imrhammad
So supper set is unnecessary cool
7 小時內
Anton Kononenko
kononenko_a_m
Mmm, yes and no.