Wats0ns@sh.itjust.works to Programmer Humor@programming.dev · 1 year agoInm looking at you Typescript devsh.itjust.worksimagemessage-square50fedilinkarrow-up1535arrow-down113
arrow-up1522arrow-down1imageInm looking at you Typescript devsh.itjust.worksWats0ns@sh.itjust.works to Programmer Humor@programming.dev · 1 year agomessage-square50fedilink
minus-squaremark@programming.devlinkfedilinkarrow-up6·edit-21 year 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