(no title)
lyxell
|
1 year ago
I guess you mean relying only on type inference? That will only get you so far. E.g. function parameters for freestanding functions would still be untyped. For those to be typed you need TypeScript or JSDoc annotations as OP noted.
cdaringe|1 year ago
tacone|1 year ago
It's a bit more verbose, but overall I find it refreshing.