Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
버전 관리자에서 수정 내역을 기록하고 있기 때문에 직접 주석으로 작성한 수정 내역은 필요 없어요. 버전 관리자에서는 파일을 라인 별로도 추적이 가능하기 때문에, 연규님의 "명확한 히스토리 기록"이라는 의도와 달리, 오히려 이런 주석은 햇갈림을 유발할 수 있어요. 수정 내역 관리는 git 을 열심히 활용중인데, 주석은 제거하고
git blame
같은 명령을 사용해보는것은 어떨까요?