this post was submitted on 18 Jul 2023
746 points (93.2% liked)

Programmer Humor

41225 readers
15 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] abraham_linksys@sh.itjust.works 24 points 2 years ago (3 children)

What about Typescript? I've only done a little bit of frontend but TypeScript felt much more reliable than pure js

I really like Typescript, I think it's a more smooth programming experience than raw JS or even other high level languages like Python . However, I don't mind JavaScript as much as many other programmers so I suppose I'm a bit biased.

[–] alokir@lemmy.world 6 points 2 years ago

One of my favorite languages, it's everything that's good about Javascript plus the one thing that's missing: types.

[–] joel_anderson@lemmy.world 5 points 2 years ago

I love typescript, especially for larger projects and libraries.