[문서] 6.7~7.2 충돌 해결 및 미번역분 번역(C18)#1870
Open
meanzzi wants to merge 13 commits into
Open
Conversation
Author
|
안녕하세요! @wonza-hub 님 리뷰 부탁드립니다! |
wonza-hub
reviewed
May 20, 2026
wonza-hub
reviewed
May 21, 2026
| say("Bye"); // Bye, John! ("Bye" is passed to say) | ||
| >>>>>>> upstream/master | ||
| say("Hello"); // Hello, John! (인수 "Hello"를 say에 전달합니다.) | ||
| say("Bye"); // Bye, John! ("Bye"를 say에 전달합니다.) |
There was a problem hiding this comment.
기존 수동문을 능동문으로 변경하신 이유가 궁금합니다.
둘의 차이가 크지 않지만, 윗부분에도 대체로 수동문으로 되어있기 때문에 통일시키는 것이 좋아보입니다.
Author
There was a problem hiding this comment.
피동형 문장에 주의하세요.
사실 원칙대로라면 ~되다같은 수동태도 가능하면 억제하는 편이 좋지만 실제로 작업을 하다 보면 써야 문장이 자연스러울 때도 있습니다. 다만 보여지다, 생각되다와 같은 불필요한 피동형 문장은 자제하는 편이 좋습니다.
위의 번역 모범 사례를 참고하여 능동문으로 변경하였습니다. 다만 말씀해주신 것처럼 윗부분이 전반적으로 수동문 형태로 작성되어 있어 표현을 통일하는 방향도 고민되는 부분이라, 어느 쪽이 더 적절할지 의견 주시면 그에 맞춰 반영하겠습니다!
There was a problem hiding this comment.
말씀주신대로 번역 모범 사례를 따르면 좋겠지만, 그럴 경우 문서 전반적으로 수정범위가 넓어질 것 같습니다.
이 부분 또한 메인테이너 분께 한 번 더 검토 부탁드리는 게 좋을 것 같습니다:)
wonza-hub
reviewed
May 21, 2026
wonza-hub
left a comment
There was a problem hiding this comment.
Part1 7.2 프로퍼티 getter와 setter 부분 확인했습니다.
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.
요약
C18 담당 파일 충돌 해결 및 번역 수정
변경 파일
작업 내용
연관 이슈
(fix #일이삼)
Pull Request 체크리스트
TODO