Add Rust guide for TypeScript Programmers (closes #9)#11
Add Rust guide for TypeScript Programmers (closes #9)#11ChrisX101010 wants to merge 1 commit intomicrosoft:mainfrom
Conversation
@microsoft-github-policy-service agree |
|
Looks very good, but I very limited experience in JavaScript. Let me see if I can enroll someone else to take a look at the content. |
|
@ChrisX101010 Thank you so much for the Typescript PR. Having thought about it, as with the other suggestion for Java, the lack maintainer expertise in the language is going to be a bottleneck. As such, my suggestion would be to fork the repo and maintain the Typescript book in it. |
|
Nice work, but please consider maintaining on a work. |
|
@atulkhare4096 it would be great to reopen this, because TypeScript is a very popular language, and @ChrisX101010 work looked really great. Coming from a TS background, I can find it helpful already, and I'm sure alot of persons would agree |
|
@lexNwimue I am not doubting the utility, but my ability to maintain it. Basically, I have a limited understanding of JavaScript, whereas I can claim varying degrees of proficiency in the other languages. Perhaps a middle-of-the road approach is to include a pointer in the README to self-maintained versions that are outside the scope? @ChrisX101010 How does that sound? |
|
That's a good middle ground. I think you should consider it @ChrisX101010 |
|
@ChrisX101010 There's a thread in under Discussions to track notable forks, so if you do end up creating one, please add it there: #34 |
Sounds awesome! Will update the README file once I got everything sorted out. Thank you! |
|
Great -- once you are done, please add a note the "Notable forks" thread here: #34. It looks like there's already another request for JS/TS material :). |
Adds a new typescript-book/ mdbook with 24 chapters covering Rust for TypeScript developers, with side-by-side comparisons, exercises, and a capstone REST API project.
Closes #9