Skip to content

모듈 경로와 겹치는 내부 식별자 접두어를 정리한다 - #906

Merged
opficdev merged 8 commits into
developfrom
chore/#903
Sep 21, 2026
Merged

opficdev merged 8 commits into
developfrom
chore/#903

Conversation

@opficdev

Copy link
Copy Markdown
Owner

🔗 연관된 이슈

🎯 의도

모듈과 feature 경로가 이미 제공하는 소유권 정보를 내부 식별자와 파일명에서 중복하지 않도록 정리

📝 작업 내용

📌 요약

  • Development, HomeTab, ProfileTab, TodayTab, Entry, PresentationShared 내부 식별자 접두어 정리
  • 중복 접두어만 포함한 구현 파일명과 헤더 주석 정리
  • production 변경에 대응하는 테스트 지원 타입과 Spy 이름 정리
  • 외부 target에서 사용 중인 RootView, TodoListFeature, TodoListView, TodoDetailFeature, TodoDetailView 공개 API 유지

🔍 상세

  • DevelopmentDependencyPreparation의 file-private Development*UseCaseKey를 UseCase 역할 중심 이름으로 변경
  • HomeTab 개발 목표 표시 모델과 섹션, 카드, 상태 Badge, 의존성 키 및 테스트 지원 타입 정리
  • ProfileTab 의존성 키, AvatarImageData, HeatmapBuilder, 내부 카드와 테스트 adapter 정리
  • TodayTabEntry의 file-private 의존성 키 및 Root 내부 Feature 파일과 테스트 파일명 정리
  • PresentationShared Todo List와 Detail의 내부 reducer, 의존성 키, 미리보기 구현 및 테스트 지원 타입 정리
  • 변경 production 및 테스트 Swift 파일 대상 SwiftLint 실행

📸 영상 / 이미지 (Optional)

  • 해당 없음

@opficdev opficdev self-assigned this Sep 21, 2026
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 21, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-21T00:35:29.334809Z 6c376f2 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@opficdev
opficdev merged commit 60a4aae into develop Sep 21, 2026
9 checks passed
@opficdev
opficdev deleted the chore/#903 branch September 21, 2026 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

모듈 경로와 겹치는 내부 식별자 접두어를 정리한다

1 participant