Skip to content

Commit

Permalink
Update 2024-09-02-TDD.md
Browse files Browse the repository at this point in the history
  • Loading branch information
minhoo03 authored Oct 8, 2024
1 parent dd9c230 commit fcfe34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-09-02-TDD.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ TDD는 크게 Red-Green-Blue로 불리는 세 가지 단계를 반복하는 방

TDD를 통해 얻을 수 있는 주요 효과는 다음과 같다:

* 버그 감소: 테스트를 먼저 작성하므로, 코드 작성 중에 발생할 수 있는 오류를 미리 방지할 수 있다.
* 버그 감소: 테스트를 먼저 작성하므로, 코드 작성 중에 발생할 수 있는 오류를 미리 방지할 수 있다. 이는 유닛 테스트를 하는 이점이다.
* 코드 품질 향상: 테스트를 통과하기 위해 최소한의 코드만 작성하게 되므로, 불필요한 코드가 줄어들고 코드의 가독성이 높아진다.
* 리팩토링 용이성: 이미 작성된 테스트가 있으므로, 리팩토링을 하더라도 기존 기능이 정상적으로 동작하는지 쉽게 확인할 수 있다.

Expand Down

0 comments on commit fcfe34a

Please sign in to comment.