-
Notifications
You must be signed in to change notification settings - Fork 20
library structures ~ 끝 (ref #144) #214
Conversation
|
|
||
| Note that it's possible to define many types in the global scope when writing a global declaration file. | ||
| We strongly discourage this as it leads to possible unresolvable name conflicts when many declaration files are in a project. | ||
| 전역 선언 파일을 작성할 때, 전역 스코프에 많은 타입을 정의할 수 있다는 점을 유의하세요. |
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.
이건 어떤가요?
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.
아래가 좀 더 잘 읽히지 않나요..? 의미는 둘 다 같습니다 😄
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.
잘 읽히기는 한데 의미상.... 좀 더 생각해볼게요 ㅎㅎ
| Note that it's possible to define many types in the global scope when writing a global declaration file. | ||
| We strongly discourage this as it leads to possible unresolvable name conflicts when many declaration files are in a project. | ||
| 전역 선언 파일을 작성할 때, 전역 스코프에 많은 타입을 정의할 수 있다는 점을 유의하세요. | ||
| 많은 선언 파일이 프로젝트 내에 있을 때, 해결할 수 없는 이름 충돌이 발생할 수 있으므로 이를 사용하지 않는 것이 좋습니다. |
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.
고생하셨습니다 👍
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.
고생하셨습니다 😄
Co-Authored-By: Kibeom Kwon <kgbum2222@gmail.com>
Co-Authored-By: Kibeom Kwon <kgbum2222@gmail.com>
리뷰 부탁드립니다