Skip to content

Commit

Permalink
[아이템 51] 메서드 시그니처를 신중히 설계하라
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdgusya committed Jan 22, 2021
1 parent e018b33 commit 270933e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter08/item51/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 메서드 이름을 신중히 짓자
## [아이템 51] 메서드 시그니처를 신중히 설계하라

### 항상 표준 명명 규칙을 따라야 한다.
그니까 add, remove 를 자신이 만든 자료구조에 적용한다고 했을때, 일반적으로 add 는 자료구조에 추가하는것, remove 는 자료구조에서 없어지는것과 같이. 일반적으로 통용되는 단어들로 작성하는것이 옳다
Expand Down

0 comments on commit 270933e

Please sign in to comment.