-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## CHAPTER 1 코드 품질 | ||
|
||
- 코드를 고품질 혹은 저품질로 어떻게 정의할 수 있을까? | ||
- 우선 코드를 통해 **달성하려고 하는 것이 무엇인지** 고민해야한다. | ||
- 달성하려고 하는 것에 도움이 된다면 고품질이고, 방해된다면 저품질 코드이다. | ||
- 현재 작성 중인 코드의 테스트 용이성을 확인하기 위해서는? | ||
- 코드를 작성하면서 ‘**어떻게 테스트할 것인가?**’를 계속 자문해야 한다. | ||
- 코드를 다 작성하고 나서 테스트에 대해 생각하면 안된다. |