546
you are viewing a single comment's thread
view the rest of the comments
[-] madcaesar@lemmy.world 10 points 11 months ago

You 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.

[-] EarMaster@lemmy.world 3 points 11 months ago

I also don't want to compile my C++ code myself. I'm pretty happy with letting a compiler do it's job...

[-] fidodo@lemm.ee 1 points 11 months ago* (last edited 11 months ago)

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.

Any time I'm forced to go back to js I feel like I'm going crazy trying to keep track of what's in all the variables. With typescript I can use more powerful object structures without having to constantly double check where they came from.

this post was submitted on 08 Sep 2023
546 points (94.2% liked)

Programmer Humor

18890 readers
1056 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS