Skip to content

Commit

Permalink
docs: ch01 핵심 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
wisdom08 committed Jan 7, 2023
1 parent 43546a9 commit fb76f33
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 2023/GoodCodeBadCode/ch01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## CHAPTER 1 코드 품질

- 코드를 고품질 혹은 저품질로 어떻게 정의할 수 있을까?
- 우선 코드를 통해 **달성하려고 하는 것이 무엇인지** 고민해야한다.
- 달성하려고 하는 것에 도움이 된다면 고품질이고, 방해된다면 저품질 코드이다.
- 현재 작성 중인 코드의 테스트 용이성을 확인하기 위해서는?
- 코드를 작성하면서 ‘**어떻게 테스트할 것인가?**’를 계속 자문해야 한다.
- 코드를 다 작성하고 나서 테스트에 대해 생각하면 안된다.

0 comments on commit fb76f33

Please # to comment.