Reprinted: "TypeScript Chinese Introductory Tutorial"

reason

The thing is like this, I want to search  TypeScript 中文教程, but I can't find an official translation on  https://www.baidu.com  ,  https://cn.bing.com  , nor a decent translation (the time of searching It's 2015-12-02), unfortunately we can't use google, so we want to translate the official TypeScript-Handbook by ourselves.

So I fork the official library  https://github.com/Microsoft/TypeScript-Handbook  , to my library https://github.com/MyErpSoft/TypeScript-Handbook  , of course I can't modify their files directly, so My approach is to create a subdirectory zh-CHS ( https://github.com/MyErpSoft/TypeScript-Handbook/tree/master/pages/zh-CHS  ), dreaming that someday the official will merge my changes, haha, Beautifully daydreaming.

But after less than a few hours of translation, I feel unwilling. Since I put it on github, can I search for other people's translations at  https://GitHub.com  ? Everyone loves github, right? So I searched on github,  TypeScript Handbookand sure enough, the translations are relatively complete:

Now that everyone has translated, then I don't have to reinvent the wheel. I was about to give up. Suddenly, I thought that there are so many people in China who want to learn TypeScript. If they want to get started, wouldn't they have the same experience as I encountered, at least I know Github, but many beginners do not know, I want to help latecomers.

In view of the influence of my blog (shy), such as searching on Baidu:  typescript 入门, my previous article is the third result (2015-12-03 test), so it is necessary for me to copy these translations to my blog, Then organize it and publish it on the blog garden homepage. Of course, I will indicate that this is not my translation, and indicate the source, so that at least through my blog, you can jump to the original translation. So I went on.

Accidental discovery

In the process of translation and sorting, I found that the translation version I found on github was a little old, and the most complete translation of oyyd was also old, so I added the latest version while copying. In the process of translating myself, I found a mistake, so I submitted an Issue, https://github.com/Microsoft/TypeScript-Handbook/issues/118  , Microsoft quickly fixed it, and I suddenly had a major problem Found: Someone who helped to revise is called zhongsp, Chinese, so there must be a Chinese translation? Sure enough, so... dang dang dang dang dang... dang (music start).

Just look at  https://github.com/zhongsp/TypeScript  , this is the official orthodox Chinese translation.

Of course, why haven't I been able to find him before? Because this guy even called the project by name  TypeScript , it should not be found, and he published it on a website like https://zhongsp.gitbooks.io/typescript-handbook/content/  , where can I find it in China. So, I resolutely continued Copy, Copy... and then published it on my  http://tansm.cnblogs.com

About posting to the homepage

As a blog with no original content, I know it is wrong to publish it on the homepage of the blog garden, but...  

For the sake of thousands of friends in China who can't find a suitable TypeScript Chinese introductory tutorial, I risked being quickly taken off the shelf, but I still have to publish it, so that these search engines can include these reprinted articles at the top.

Besides, most of the first chapter was translated by me, and it is still very original, so it cannot be fully reprinted.

Comrades, leave a few words of yours, and you can also rank high. Well... How can a Copywriter be so self-righteous, let's not talk about it.

content

Although I reprinted it, it is very fortunate to read so many articles in Copy. Well, I will list a directory.

Reprinted: "TypeScript Chinese Tutorial" 17. Annotation  (2015-12-03 11:36)

Reprinted: "TypeScript Chinese Tutorial" 16. Symbols  (2015-12-03 11:35)

Reprinted: "TypeScript Chinese Introductory Tutorial" 15.  Iterability (2015-12-03 11:33)

Reprinted: "TypeScript Chinese Introduction" 14. Input .d.ts file  (2015-12-03 11:31)

Reprinted: "TypeScript Chinese Introductory Tutorial" 13. Type Compatibility  (2015-12-03 11:29)

Reprinted: "TypeScript Chinese Tutorial" 12. Type derivation  (2015-12-03 11:28)

Reprinted: "TypeScript Chinese Introductory Tutorial" 11. Declaration Merging  (2015-12-03 11:26)

Reprinted: "TypeScript Chinese Introduction" 10. Mixing  (2015-12-03 11:24)

Reprinted: "TypeScript Chinese Tutorial" 9. Generics  (2015-12-03 11:22)

Reprinted: "TypeScript Chinese Tutorial" 8. Functions  (2015-12-03 11:21)

Reprinted: "TypeScript Chinese Tutorial" 7. Modules  (2015-12-03 11:18)

Reprinted: "TypeScript Chinese Tutorial" 6. Namespace  (2015-12-03 11:14)

Reprinted: "TypeScript Chinese Tutorial" 5. Namespaces and modules  (2015-12-03 11:11)

Reprinted: "TypeScript Chinese Tutorial" 4. Classes  (2015-12-03 11:08)

Reprinted: "TypeScript Chinese Tutorial" 3. Interface  (2015-12-03 11:03)

Reprinted: "TypeScript Chinese Tutorial" 2. Enumeration  (2015-12-03 10:58)

"TypeScript Chinese Introductory Tutorial" 1. Basic data types  (2015-12-02 16:14)

The thing is like this, I want to search  TypeScript 中文教程, but I can't find an official translation on  https://www.baidu.com  ,  https://cn.bing.com  , nor a decent translation (the time of searching It's 2015-12-02), unfortunately we can't use google, so we want to translate the official TypeScript-Handbook by ourselves.

So I fork the official library  https://github.com/Microsoft/TypeScript-Handbook  , to my library https://github.com/MyErpSoft/TypeScript-Handbook  , of course I can't modify their files directly, so My approach is to create a subdirectory zh-CHS ( https://github.com/MyErpSoft/TypeScript-Handbook/tree/master/pages/zh-CHS  ), dreaming that someday the official will merge my changes, haha, Beautifully daydreaming.

But after less than a few hours of translation, I feel unwilling. Since I put it on github, can I search for other people's translations at  https://GitHub.com  ? Everyone loves github, right? So I searched on github,  TypeScript Handbookand sure enough, the translations are relatively complete:

Now that everyone has translated, then I don't have to reinvent the wheel. I was about to give up. Suddenly, I thought that there are so many people in China who want to learn TypeScript. If they want to get started, wouldn't they have the same experience as I encountered, at least I know Github, but many beginners do not know, I want to help latecomers.

In view of the influence of my blog (shy), such as searching on Baidu:  typescript 入门, my previous article is the third result (2015-12-03 test), so it is necessary for me to copy these translations to my blog, Then organize it and publish it on the blog garden homepage. Of course, I will indicate that this is not my translation, and indicate the source, so that at least through my blog, you can jump to the original translation. So I went on.

Accidental discovery

In the process of translation and sorting, I found that the translation version I found on github was a little old, and the most complete translation of oyyd was also old, so I added the latest version while copying. In the process of translating myself, I found a mistake, so I submitted an Issue, https://github.com/Microsoft/TypeScript-Handbook/issues/118  , Microsoft quickly fixed it, and I suddenly had a major problem Found: Someone who helped to revise is called zhongsp, Chinese, so there must be a Chinese translation? Sure enough, so... dang dang dang dang dang... dang (music start).

Just look at  https://github.com/zhongsp/TypeScript  , this is the official orthodox Chinese translation.

Of course, why haven't I been able to find him before? Because this guy even called the project by name  TypeScript , it should not be found, and he published it on a website like https://zhongsp.gitbooks.io/typescript-handbook/content/  , where can I find it in China. So, I resolutely continued Copy, Copy... and then published it on my  http://tansm.cnblogs.com

About posting to the homepage

As a blog with no original content, I know it is wrong to publish it on the homepage of the blog garden, but...  

For the sake of thousands of friends in China who can't find a suitable TypeScript Chinese introductory tutorial, I risked being quickly taken off the shelf, but I still have to publish it, so that these search engines can include these reprinted articles at the top.

Besides, most of the first chapter was translated by me, and it is still very original, so it cannot be fully reprinted.

Comrades, leave a few words of yours, and you can also rank high. Well... How can a Copywriter be so self-righteous, let's not talk about it.

content

Although I reprinted it, it is very fortunate to read so many articles in Copy. Well, I will list a directory.

Reprinted: "TypeScript Chinese Tutorial" 17. Annotation  (2015-12-03 11:36)

Reprinted: "TypeScript Chinese Tutorial" 16. Symbols  (2015-12-03 11:35)

Reprinted: "TypeScript Chinese Introductory Tutorial" 15.  Iterability (2015-12-03 11:33)

Reprinted: "TypeScript Chinese Introduction" 14. Input .d.ts file  (2015-12-03 11:31)

Reprinted: "TypeScript Chinese Introductory Tutorial" 13. Type Compatibility  (2015-12-03 11:29)

Reprinted: "TypeScript Chinese Tutorial" 12. Type derivation  (2015-12-03 11:28)

Reprinted: "TypeScript Chinese Introductory Tutorial" 11. Declaration Merging  (2015-12-03 11:26)

Reprinted: "TypeScript Chinese Introduction" 10. Mixing  (2015-12-03 11:24)

Reprinted: "TypeScript Chinese Tutorial" 9. Generics  (2015-12-03 11:22)

Reprinted: "TypeScript Chinese Tutorial" 8. Functions  (2015-12-03 11:21)

Reprinted: "TypeScript Chinese Tutorial" 7. Modules  (2015-12-03 11:18)

Reprinted: "TypeScript Chinese Tutorial" 6. Namespace  (2015-12-03 11:14)

Reprinted: "TypeScript Chinese Tutorial" 5. Namespaces and modules  (2015-12-03 11:11)

Reprinted: "TypeScript Chinese Tutorial" 4. Classes  (2015-12-03 11:08)

Reprinted: "TypeScript Chinese Tutorial" 3. Interface  (2015-12-03 11:03)

Reprinted: "TypeScript Chinese Tutorial" 2. Enumeration  (2015-12-03 10:58)

"TypeScript Chinese Introductory Tutorial" 1. Basic data types  (2015-12-02 16:14)

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325155980&siteId=291194637