Content pfp
Content
@
0 reply
0 recast
2 reactions

loudsqueak pfp
loudsqueak
@loudsqueak
does anyone actually use javascript or is everyone stacking typescript on top? if so, why? feels so risky…
9 replies
16 recasts
32 reactions

Deployer pfp
Deployer
@deployer
me using javascript without types
1 reply
0 recast
1 reaction

mike@sylphdapps.eth 🎩 pfp
[email protected] 🎩
@mikesylphdapps
I'm confident enough in myself to not screw up typings for it to be worth the trouble of setting up the extra scaffolding.
1 reply
0 recast
2 reactions

jtgi pfp
jtgi
@jtgi
compiler saves time
1 reply
0 recast
2 reactions

blaynem pfp
blaynem
@drilkmops
Raw dogging JS is fine if you’re just moving quick and making something teeny tiny. The issue is when you want to create literally anything else. You can always use JSDOC rather than full typescript
1 reply
0 recast
1 reaction

Johns pfp
Johns
@johns
Typescript. And Cursor has made creating my types painless
1 reply
0 recast
1 reaction

links 🏴 pfp
links 🏴
@links
I use js whenever the code I am editing is in js. I have used js to create massive sites in the past so I’m pretty confident in my ability to handle uncertain types. If I’m on a team of people, I don’t trust others to handle their types so ts is more useful.
1 reply
0 recast
1 reaction

sanjeed pfp
sanjeed
@sanjeed
Typescript. Easier on AI too since it gets helpful lints
1 reply
0 recast
0 reaction

TobyJaguar pfp
TobyJaguar
@tobyjaguar
I like using typescript and spending an hour finding the AWS sdk type that I need
1 reply
0 recast
0 reaction

iain pfp
iain
@iain
typescript is helpful and doesn’t really change the core language. it’s programmatically stripped out on build
1 reply
0 recast
0 reaction