[ 프로그래밍 ][ 번역 ] 적절한 주석이란 무엇인가
Typically, comments should be used for three things. 우리는 세 가지 경우에 주석을 사용합니다 First, for a given library, program, or function, comments are best used to describe what the library, program, or function, does. 첫째로, 라이브러리, 프로그램, 함수를 끌어와(혹은 만들어)사용할 때, 그것들의 역할에 대해서 설명하는 주석입니다 These are typically placed at the top of the file or library, or immediately preceding the function. For example: 라이브..