Content
@
0 reply
0 recast
2 reactions
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
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
loudsqueak
@loudsqueak
true, more important when collaborating to imply purpose. curious, when you’re in a solo js codebase what sort of artifacts do you leave for yourself to make sure you’re being type safe? do you leave docs on your functions or leave hints in the function sig?
0 reply
0 recast
0 reaction