Deleplace / programming-idioms

A collection of good snippets, in a lot of languages
Apache License 2.0
128 stars 8 forks source link

Add TypeScript language #172

Open Deleplace opened 2 years ago

Deleplace commented 2 years ago

TypeScript is a programming language, superset of JavaScript, maintained by Microsoft.

The official TypeScript website offers a Playground.

Deleplace commented 2 years ago

While TS shares a lot with JS, what is idiomatic in TS is not always equal to what is idiomatic in JS.

xbt573 commented 1 year ago

Is this issue relevant? @Deleplace

Deleplace commented 1 year ago

Hi xbt573, thanks for your PR.

The challenge of course is not about "what's the code change to add TS to the list", it's rather about whether we should add it or not.

In order to move forward, we would need to:

I'd love it if we could achieve this. Would you like to volunteer as a snippet contributor, once TS will be supported?