I'm working on two similar projects
I'm working on two similar projects. One is written in plain JS. The other in TypeScript.
In JS, I finish coding sooner. But, then I spend more time debugging runtime issues.
In TypeScript, I finish coding later. But then it typically just works. 😎
#javascript #typescript