I really don’t get how people can feel more productive in JavaScript. With typescript the code practically writes itself. Sometimes when refactoring I’ll change a functions input and output signature and just fix compiler errors until it stops complaining, and the code just works without me having to really even think about what the code is doing.
Comment on Which side are you? Javascript or Typescript
madcaesar@lemmy.world 1 year agoYou are correct.
That says I would never ever EVER start a project without TS.
It’s like coding with hands vs coding with your elbow.
fidodo@lemm.ee 1 year ago
EarMaster@lemmy.world 1 year ago
I also don’t want to compile my C++ code myself. I’m pretty happy with letting a compiler do it’s job…