Skip to content

Was performance the primary reason to choose JS vs. TypeScript? #102

Answered by oscarotero
shah asked this question in Q&A
Discussion options

You must be logged in to vote

I have been asked about TypeScript a lot of times! The reason is just a matter of taste. I'm not a fan of TypeScript because it's too verbose and harder to debug. I know the benefits of working with types (I'd love that javascript had native support for that) but to me, typescript is just another layer that needs to be compiled and maintained to make it work. I remember when Deno developers decided to move all internal TS code to JS: denoland/deno#6793

Anyway, I know that a Deno project not written in Typescript is weird to the community, and I have planned to implement Typescript, so other developers can extend Lume with other plugings easily. The version v1.0.0 will be 100% Typescript.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@shah
Comment options

@oscarotero
Comment options

Answer selected by shah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants