[FIX] 네이밍 컨벤션 위반 및 오타 수정 #63
Merged
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.
목적
코드베이스 전반의 네이밍 컨벤션 위반 및 철자 오류를 수정하여 코드 품질과 검색성을 향상시켰습니다.
변경 요약
1. 클래스명 Java 네이밍 컨벤션 준수
healthCheckController → HealthCheckController
controller/HealthCheckController.javaConsentTable_init → ConsentTableInit
util/data/ConsentTableInit.java2. 패키지명 수정
statictics → statistics (오타 수정)
aop/statistics/consents_name → consentsname (언더스코어 제거)
entity/consentsname/수정된 네이밍 오류 상세
변경 전후 비교
Before:
After:
코드 개선 효과
1. 검색성 향상
2. 코드 가독성 향상
3. IDE 지원 개선
4. 오타 제거로 오해 방지
수용 기준 검증
테스트
전체 테스트 결과
수동 검증 방법
브레이킹/마이그레이션
Breaking Change: 없음
이 변경은 내부 구조 변경만 포함하며, 다음에는 영향을 주지 않습니다:
단, 다른 브랜치에서 작업 중인 경우:
영향 범위
참조
체크리스트