Content pfp
Content
@
0 reply
0 recast
2 reactions

Les Greys pfp
Les Greys
@les
Why JavaScript vs. Typescript?
10 replies
0 recast
5 reactions

typeof.eth 🔵 pfp
typeof.eth 🔵
@typeof.eth
It’s so much easier to onboard onto a TS codebase, IMO.
0 reply
0 recast
2 reactions

ChrisCoCreated pfp
ChrisCoCreated
@chriscocreated
is easier to debug, particularly at scale, the right answer?
0 reply
0 recast
1 reaction

Yousuf Haque pfp
Yousuf Haque
@yousufhaque.eth
Code is read far more often than it’s written. Type declarations improves clarity by making things more explicitly and therefore clearer to read, pick up, and understand. Type declarations also eliminate entire classes of bugs by getting the compiler/typechecker to do a bunch of work for you
0 reply
0 recast
0 reaction

Samuel pfp
Samuel
@samuellhuber.eth
Typescript because you can security check it automatically and get more guarantees (types mean you see instantly while coding if you for example try to put milk in the juice bottle. In JavaScript you only notice when the juice bottle screams and dies while you actively poor milk)
0 reply
0 recast
0 reaction

Jack Dishman pfp
Jack Dishman
@dish
writing test cases vs defining expectations
0 reply
0 recast
0 reaction

slobo pfp
slobo
@slobo.eth
cause people like typing as any
0 reply
0 recast
0 reaction

ben pfp
ben
@ben-
because people value feeling safe more than being safe
0 reply
0 recast
0 reaction

ben pfp
ben
@ben-
because people value feeling safe more than being safe
0 reply
0 recast
0 reaction

Crypto Shinobi pfp
Crypto Shinobi
@crypto-shinobi
Catch potential issues with typescript. Type safety is a huge benefit plus helped me understand programming at a lower level helping me grasp low level languages like Rust easier. 100 $DEGEN
0 reply
0 recast
0 reaction

suiiii pfp
suiiii
@suiiii
If you work on a framework I could see that you actually go for vanilla Js as you sometimes need some serious TS foo to get super generic types right. For everything else ts all the way
0 reply
0 recast
0 reaction

Luca Di Domenico pfp
Luca Di Domenico
@lucadidomenico
Type declaration helps to write code faster and better
0 reply
0 recast
0 reaction