[TypeScript] Namespace
Namespace 네임스페이스는 말 그대로 Name(이름)을 기반으로 나눈 Space(공간)을 의미하며, '나누었기 때문에' 서로 구분하는데 도움이 된다. (프로그래머(휴먼)한테 좋다) 네임스페이스라는 개념이 어색하다면, 구글링을 통해 친절한 좋은 자료들을 쉽게 얻을 수 있다. Namespace - Wikipedia From Wikipedia, the free encyclopedia Jump to navigation Jump to search Container for a set of identifiers In computing, a namespace is a set of signs (names) that are used to identify and refer to objects of various kin..
CS/Language
2022. 4. 11. 07:50