Hacker News new | ask | show | jobs
by ighost 4132 days ago
Thoughts on which has the better type system?
1 comments

In my opinion both has strong and weak point. I love how flow can capture generic for higher order function and I love flow non-null types. In the other end typescript seems 'safer' especially in the field of type inference, sometimes flow infer union types where you really would not expect to happen. Which ends up with some weird bugs.