-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Q&A : why use js over ts? #1101
Comments
That's subjective |
I was expecting more of a concrete reason not a debate. Why avoid type safe? |
I didn't mean to be sarcastic. I actually meant that the statement "offers better development experience" is subjective. One main reason to not use TS is because it adds build overhead. Also, the number of developers that know JS is more than TS; we'd like Puter to be accessible to as many developers as possible. Type safety is not valuable enough for us to justify limiting the contributor pool. |
I would like to know more of the build overhead as the typescript has more reliable opensource contributors , (IMO) |
ts needs to be transpiled to js.
this is anecdotal |
Typescript is typesafe and offers better development experience
The text was updated successfully, but these errors were encountered: