CodeFiction / typescript-book

:books: The definitive guide to TypeScript and possibly the best TypeScript book :book:. Free and Open Source
https://codefiction.gitbooks.io/typescript-kitabi/content/
Other
123 stars 27 forks source link

Promise.md Readme.md #38

Closed DorukUlucay closed 7 years ago

DorukUlucay commented 7 years ago

Görüşlerinize hazırdır.

DorukUlucay commented 7 years ago

Review için teşekkürler Mustafa. İlgileneceğim.

mahmut-gundogdu commented 7 years ago

"Callback style code" => Callback tarzi kod. diyebiliriz. Orası ingilizce kalmış görünüyor. // A decent initial attempt .... but not correct. We explain the reasons below Kısmı kalmış. "başlangic için iyi bir deneme lakin doğru değil. Sebeplerini aşağıda açıklıyoruz. // load invalid json // A better attempt ... but still not correct // This code never executes However there is a subtle bug in this code. If the callback (cb), and not JSON.parse, throws an error, since we wrapped it in a try/catch, the catch executes and we call the callback again i.e. the callback gets called twice! This is demonstrated in the example below:

.... sanrıım tam bitmemiş.

DorukUlucay commented 7 years ago

Pull request'teki son commit'e bakar mısın @mahmut-gundogdu ? Bitti çünkü.

DorukUlucay commented 7 years ago

Selam. Mustafa'nın review'una göre güncelledim. Kontrol eder misin @mustafadinler . Ayrıca Sync kelimesini "senkronize", Async kelimesini "asenkron" olarak çevirmeyi uygun buldum.