-
Notifications
You must be signed in to change notification settings - Fork 433
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
용어: Dependencies #841
Labels
Comments
제안)
|
예외 추가)
위 처럼 함수의 매개변수를 설명할때는 원문으로 적되 아래 설명에서는 원문과 번역을 병기한다.
|
Depend라는 동사가 '의존하다'라는 뜻을 가지지만 '종속하다'라는 뜻은 가지고 있지 않기도 하고, @gnujoow 님의 말씀대로 일반적으로 소프트웨어에서 dependency는 의존성으로 번역되는 경우가 많기에 의존성으로의 통일을 제안합니다. |
패키지 동작을 생각해보면 "의존성"이 맞는 번역입니다. |
논의가 정리된 것으로 보여서 용어집에 'dependency'를 '의존성'으로 번역한다고 추가했습니다. 따라서 현재 논의는 닫겠습니다. |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
논의하고자 하는 용어
Dependencies
useEffect, useMemo, useCallback등 dependencies를 정의에 대한 표현이 다른것을 확인했습니다. 문서간의 통일성을 맞추고자 하나의 표현으로 통일을 제안합니다.
해당 용어가 등장하는 원문의 문장
종속성으로 표기하는 경우
https://ko.react.dev/learn/lifecycle-of-reactive-effects
ko.react.dev/src/content/learn/lifecycle-of-reactive-effects.md
Line 356 in b6673d5
의존성으로 표기하는 경우
ko.react.dev/src/content/learn/reusing-logic-with-custom-hooks.md
Lines 894 to 897 in b6673d5
원문 그대로 표기하는 경우
논의가 완료된 후에 아래 내용을 업데이트 해주세요
The text was updated successfully, but these errors were encountered: