|
|
|
|
|
by Skinney
3247 days ago
|
|
I've used both Typescript and Flow, and this breaks down in practice. At least, it did for me. Problem with both Typescript and Flow is that it requires discipline from you, your team, and those who provide third party libraries. If someone was lazy and inserted `any` at a key location, you can start having familiar bugs even if the type checker tells you everything is fine. |
|
1. https://github.com/gajus/eslint-plugin-flowtype#eslint-plugi...