this post was submitted on 18 Jul 2023
746 points (93.2% liked)
Programmer Humor
41225 readers
31 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
One of my favorite languages, it's everything that's good about Javascript plus the one thing that's missing: types.
I love typescript, especially for larger projects and libraries.