[8팀 현지수] Chapter 3-2. 프런트엔드 테스트 코드 #34
Open
hyunzsu wants to merge 16 commits intohanghae-plus:mainfrom
Open
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
8주차 과제 체크포인트
기본 과제
필수
선택
심화 과제
8팀 전략 (#27)
기술적 성장
1. 반복 일정 기능 구현 과정 (TDD 기반 3단계)
Phase 1: Core Utilities
Phase 2: API Integration
Phase 3: UI Integration
2. TDD 프로세스의 체계적 적용
코드 품질
1. 반복 이벤트 생성 로직의 함수 분리
2. 엣지 케이스 처리의 명확한 테스트 케이스
학습 효과 분석
Before: TDD는 시간이 많이 걸리는 번거로운 과정이라고 생각
After: 복잡한 로직일수록 테스트가 안전망 역할을 하며 개발 속도 오히려 향상
리뷰 받고 싶은 내용
기존 프로젝트에 테스트 코드 점진적 도입 전략
이번 과제를 통해 비즈니스 로직(날짜 계산, 반복 일정 생성)에서 TDD의 효과를 체감했는데, 실무에서는 기존 레거시 코드베이스에 테스트를 어떻게 점진적으로 도입하는 것이 현실적일까요?