Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Design Guidelines: Conventions(Argument Labels) #22

Merged
merged 3 commits into from
Sep 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions APIDesignGuidelines/Conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,5 +333,7 @@ x.move(from: x, to: y)
<i><span style="color: #C0C0C0">Note also that arguments with default values can be omitted, and in that case do not form part of a grammatical phrase, so they should always have labels.</span></i>
또한 기본값을 가지는 전달인자는 무시될 수 있습니다. 이 경우에는 문법구문의 일부가 아니기 때문에 항상 레이블을 가져야 합니다.

- <i><span style="color: #C0C0C0">**Label all other arguments.**</span></i>
**레이블은 모두 다른 전달인자들입니다.**

- <i><span style="color: #C0C0C0">**Label all other arguments.**</span></i>

- **(그외) 다른 전달인자들은 이름붙이세요.**