-
-
Notifications
You must be signed in to change notification settings - Fork 22
io.js weekly 2015-02-13 #26
Conversation
ざざっと翻訳しました。半分以上は今週の「和解の現状」のTL;DRですね。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
日本語版のリンクもいれておいてもよいかもですね
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
このブログはMikeal の個人ブログのほうなので日本語訳がないんです。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
あー、なるほどわかりました
コミュニティのとこも訳してみました #28 |
weekly/2015-02-13.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deepStrictEqual works the same way as strictEqual, but uses === to compare primitives and requires prototypes of equal objects to be the same object.
とあるので
deepEqual()
のミラーとしてdeepStrictEqual()
メソッドを追加し、こちらがプリミティブの比較を行います
などの方が適当な気がします
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
変更しました。
Update 2015-02-13.md
👍 いいと思います。 |
CHANGELOGの翻訳、したいなーと思いつつも。とりあえず、これはこのままマージしちゃいますね。 |
io.js weekly 2015-02-13
needs review before merge