Bazyli Brzóska

Results 309 comments of Bazyli Brzóska

They don't do the same thing @FezVrasta. You can't use `%checks` in declarations in all the cases where you can use `x is T`, making its usefulness limited. Below is...

That's not the meaning of `value is T`. The return value still has to be a boolean (just like with `%checks`). The difference is in the fact that such defined...

I'm happy to add a PR with a comparison that takes into account all of the nuances that @oriSomething pointed out. On that note, keep in mind TypeScript also has...

Btw. eslint now has type-based linting for TypeScript. It's still worth mentioning/comparing, but I think these are on par now.

Thanks! As for your comment on `what-is`, I would say a better comparison would be of steps necessary to run TS vs Flow. They're both supersets of JavaScript, and they're...

Thanks @michaeljota. I'll have a look at it this week!

@michaeljota > But Flow is not a language, it have its own syntax, but it's not a language. Typescript have language features, like Enums, Interfaces, to name a few. To...

Yeah, I agree, it's a discussion about semantics. All in all, I think it's important to understand the difference, but at the same time see how TypeScript is two tools...

Absolutely @bfricka. I'd be happy to accept PRs adding & describing these similarities & differences.

Talk about quality of errors and show examples side-by-side. (e.g. TS specific about properties)