Settings

Theme

Type Enthusiast's Notes about TypeScript part 1

rpeszek.github.io

1 points by x0xrx 4 years ago · 1 comment

Reader

usrbinbash 4 years ago

Am I the only one who doesn't see the point of typescript?

It's still JavaScript, all it does is making the code more verbose and catch some really trivial errors at "compile"-time (transpile != compile), which can be checked by much easier and more general approaches, aka. code discipline, proper design and avoiding code smells.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection