(no title)
throwaway43234 | 5 years ago
It's concerning to me that the deno folks chose giving up on type safety over figuring out how to set up their development environment to better meet their needs.
throwaway43234 | 5 years ago
It's concerning to me that the deno folks chose giving up on type safety over figuring out how to set up their development environment to better meet their needs.
dirtnugget|5 years ago
Also running tests is quite time consuming of you do not run them in parallel.
I guess bazel would be a good fit with Typescript.
As for deno, I did not follow the topic but I hope they at least annotated with JSDoc so developers can get some linting.