Skip to content

[CVW-000] Root, Tab Builder의존성 생성 시점 수정#56

Merged
J0onYEong merged 1 commit intomainfrom
refactor/DependencyCreation2
Apr 30, 2025
Merged

[CVW-000] Root, Tab Builder의존성 생성 시점 수정#56
J0onYEong merged 1 commit intomainfrom
refactor/DependencyCreation2

Conversation

@J0onYEong
Copy link
Collaborator

변경된 점

모듈 의존성 생성 시점 연기

기존 구현의 경우 모듈의 빌더 인스턴스를 생성하는 시점에 모든 디팬던시를 @Injected프로퍼티를 통해 생성하였습니다.
실제 해당 모듈은 build함수 호출시 활용됨으로 생성시점과 사용시점이 어긋난다고 판단했습니다.
따라서 의존성 생성 시점을 build함수를 호출하는 시점으로 변경했습니다.

@J0onYEong J0onYEong merged commit edf1e3b into main Apr 30, 2025
1 check passed
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