[문서] C12 충돌 해결 및 번역 진행#1857
Open
DevJunz wants to merge 10 commits into
Open
Conversation
jhroom
reviewed
May 16, 2026
| ======= | ||
| There will be no error because of "excessive" arguments. But of course in the result only the first two will be counted, so the result in the code above is `3`. | ||
| >>>>>>> upstream/master | ||
| 함수를 정의할 땐 인수를 두 개만 받도록 하고, 실제 함수를 호출할 땐 이보다 더 많은 '여분의' 인수를 전달했지만, 에러가 발생하지 않았습니다. 다만 결과를 계산할 때는 처음 두 개의 인수만 사용하므로 위 코드의 결과는 `3`이 됩니다. |
There was a problem hiding this comment.
뒤 문장 번역해 주신 부분은 잘 해주신 거 같은데 앞 문장이 '여분의' 이 부분이 잘드러나고 간략하면 좋을 거 같은데 아래와 같은 표현은 어떠신가요?
'여분의' 인수가 있어도 에러는 발생하지 않습니다. 다만 결과를 계산할 때는 처음 두 개의 인수만 사용하므로 위 코드의 결과는 '3'이 됩니다.
Author
There was a problem hiding this comment.
저도 처음에는 그렇게 생각했는데 이전에 번역하신 분이 앞의 내용까지 고려해서 지금처럼 번역을 해주신 것 같더라구요.
앞서 번역을 해주신 분의 의도가 저는 해석하는 데에 있어서 더 좋다고 판단되어서 이전의 번역을 최대한 건들지 않고 뒷 문장만 번역을 추가하려고 해서 지금과 같은 번역이 완성 되었습니다.
앞에 실제 예시로 함수 SUM에 인수를 2개 넣도록 선언하고 5개의 인수를 넣는 예시가 있는데 이러한 예시를 고려한 한글 번역이 영어 번역보다 더 적절하다고 생각해서 이렇게 번역을 유지했습니다.
There was a problem hiding this comment.
처음 읽는 사람 관점에서 코드의 맥락도 생각하면 기존 번역이 자연스러운 거 같네요!
그럼 리뷰 완료하겠습니다
jhroom
approved these changes
May 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요약
Pull Request 체크리스트
TODO