Skip to content

주석과 관련된 설명을 수정했습니다 #11

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

Merged
merged 2 commits into from
Feb 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1939,7 +1939,7 @@ review.perfReview();
**[⬆ 상단으로](#목차)**

## **주석(Comments)**
### 주석은 단지 그 로직이 복잡하다는 것을 말 할 뿐입니다
### 비즈니스 로직이 복잡한 경우에만 주석을 다세요
주석을 다는것은 사과해야할 일이며 필수적인 것이 아닙니다. 좋은 코드는 *코드 자체*로 말합니다.

**안좋은 예:**
Expand Down