Skip to content

Commit

Permalink
Merge pull request #10 from uhooi/patch-1
Browse files Browse the repository at this point in the history
数字に全角と半角が混在しているので修正
  • Loading branch information
koher authored Apr 14, 2022
2 parents 3d14352 + 4e82876 commit 8f2b83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion value-semantics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ section_index: 0

**_Value Semantics_** という用語は C++ などの言語で用いられることが多いようです。しかし、 Swift における _Value Semantics_ は、それらとは少し異なるニュアンスを持っています。 Swift における _Value Semantics_ については、 WWDC 2015 のセッション ["Building Better Apps with Value Types in Swift"](https://developer.apple.com/videos/play/wwdc2015/414/) で詳しく説明されています。しかし残念ながら _Value Semantics_ の定義については述べられていません。では Swift における _Value Semantics_ の定義はどこにあるのでしょうか。それは、 [Swift リポジトリ](https://github.com/apple/swift)の中のドキュメント ["Value Semantics in Swift"](https://github.com/apple/swift/blob/master/docs/proposals/ValueSemantics.rst) です。

"Value Semantics in Swift" は 2013 年に書かれた古いドキュメントです。しかも、このドキュメントが収められた [docs/proposals](https://github.com/apple/swift/blob/master/docs/proposals) というディレクトリは、正式なドキュメントのためのものではありません。このドキュメントを信頼して良いのでしょうか。筆者は次の理由から、このドキュメントは信頼に足るものだと考えています。
"Value Semantics in Swift" は 2013 年に書かれた古いドキュメントです。しかも、このドキュメントが収められた [docs/proposals](https://github.com/apple/swift/blob/master/docs/proposals) というディレクトリは、正式なドキュメントのためのものではありません。このドキュメントを信頼して良いのでしょうか。筆者は次の理由から、このドキュメントは信頼に足るものだと考えています。

- Swift Core Team の Dave Abrahams さんが著者であること
- 内容に WWDC のセッションとの一貫性があること
Expand Down

0 comments on commit 8f2b83a

Please sign in to comment.