caffeine-library / pro-spring-5

🌱 전문가를 위한 스프링5를 읽는 스터디
5 stars 0 forks source link

[question] 프로그래밍에서 '투명하게 처리한다'는 말의 뜻은? #106

Closed binchoo closed 2 years ago

binchoo commented 2 years ago

질문

프로그래밍에서 '투명하게 처리한다'는 말의 뜻은?

상세 내용

웹소켓을 지원하지 않는 브라우저들을 위한 방법론으로 책에서 SockJS를 언급하면서 '투명'하다라는 단어가 사용됩니다.

관련 문장들

투명하다는 단어는 꼭 이 챕터뿐만이 아니라

처럼 사용되었습니다.

프로그래밍 맥락에서 '투명하다'의 뜻은 무엇인가요?

연관 챕터

103

참고

@caffeine-library/readers-pro-spring-5

binchoo commented 2 years ago

https://stackoverflow.com/questions/17384020/what-do-transparent-and-opaque-mean-when-applied-to-programming-concepts

Invisible. In computer software, an action is transparent if it takes place without any visible effect. Transparency is usually considered to be a good characteristic of a system because it shields the user from the system’s complexity.