Skip to content

refactor: DI 컨테이너 변수명 변경#910

Merged
nxnaxx merged 2 commits into
githru:mainfrom
nxnaxx:refactor/#866_rename-di-container
Sep 30, 2025
Merged

refactor: DI 컨테이너 변수명 변경#910
nxnaxx merged 2 commits into
githru:mainfrom
nxnaxx:refactor/#866_rename-di-container

Conversation

@nxnaxx

@nxnaxx nxnaxx commented Sep 29, 2025

Copy link
Copy Markdown
Contributor

Overview

Related issue: #898
리뷰 피드백 반영으로 DI 컨테이너 변수명을 리네이밍합니다.

Result

  • 명확한 의도 전달을 위해 DI 컨테이너임을 명시적으로 드러냅니다.
  • 다른 종류의 컨테이너와 구분하여 잠재적 충돌 가능성을 방지합니다.

Work list

  1. 변수명 변경: view/engine 패키지의 DI 컨테이너 변수명을 container -> diContainer로 변경하였습니다.
  2. 참조 업데이트: 관련 임포트/사용처 교체

*변경 범위가 작아 view/engine을 통합하여 업로드합니다.

Discussion

디렉터리/파일명은 container로 유지하였습니다.

  • 프로젝트 구조상 간단한 명사형의 디렉터리명을 사용하고 있어 일관성을 유지하기 위함입니다.
  • 변수명만으로도 충분히 구분 가능하다고 생각합니다.

@nxnaxx
nxnaxx requested review from a team as code owners September 29, 2025 16:27

@ytaek ytaek left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR description이 충분히 상세해서 이해하는데 많은 도움이 되네요!!
LGGGGTM!!

@chae-dahee chae-dahee left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!! 빠르게 코드리뷰 반영해주셔서 너무 좋네요~ 문서와 코드로 충분히 설명된 것 같습니다👍 고생하셨습니당ㅎㅎ

@nxnaxx
nxnaxx merged commit e6d68c4 into githru:main Sep 30, 2025
2 checks passed
@nxnaxx nxnaxx self-assigned this Oct 2, 2025
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.

3 participants