Wats0ns@sh.itjust.works to Programmer Humor@programming.dev · 2 years agoInm looking at you Typescript devsh.itjust.worksimagemessage-square49fedilinkarrow-up1534arrow-down113
arrow-up1521arrow-down1imageInm looking at you Typescript devsh.itjust.worksWats0ns@sh.itjust.works to Programmer Humor@programming.dev · 2 years agomessage-square49fedilink
minus-squarejoel_anderson@lemmy.worldlinkfedilinkarrow-up3arrow-down1·2 years agoI mean that is the first step. ¯_(ツ)_/¯ The next step is to start defining the types more strictly than any.
minus-squaremark@programming.devlinkfedilinkarrow-up5·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.
I mean that is the first step. ¯_(ツ)_/¯ The next step is to start defining the types more strictly than any.
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