@[email protected] to Programmer [email protected] • 2 years agoInm looking at you Typescript devsh.itjust.worksimagemessage-square48fedilinkarrow-up1533arrow-down113
arrow-up1520arrow-down1imageInm looking at you Typescript devsh.itjust.works@[email protected] to Programmer [email protected] • 2 years agomessage-square48fedilink
minus-square@[email protected]linkfedilink6•edit-22 years agoHmmm a more reasonable first step would be to just not even type anything until you’re ready. But TS makes it hard to iteratively type parts of your codebase over time. One could type using JSDoc syntax for these cases, though.
Hmmm a more reasonable first step would be to just not even type anything until you’re ready. But TS makes it hard to iteratively type parts of your codebase over time. One could type using JSDoc syntax for these cases, though.
Yeah, true