←back to thread

160 points todsacerdoti | 2 comments | | HN request time: 0.417s | source
1. from-nibly ◴[] No.41898959[source]
> It’s very forgiving of types

I lost you here. JavaScript doesn't work around type issues, no language really can. It just pushes the type issues to a later time.

replies(1): >>41902443 #
2. nickserv ◴[] No.41902443[source]
Indeed, and later on in the same sentence:

> this is one reason I’m not a huge TypeScript fan

Sorry but TS is the only thing making the JS ecosystem palatable. So many bugs caught thanks to typing...