Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tuist를 활용한 Service + CleanArchitecture 구조 적용 #4

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

junlight94
Copy link
Collaborator

📕 작업 내역 📕

구현한 작업 내역

  • Tuist를 활용한 Service + CleanArchitecture 기반 모듈화
  • Scaffold + 쉘스크립트를 활용한 모듈 자동 생성

@junlight94 junlight94 self-assigned this Jan 25, 2025
@junlight94 junlight94 added the ✨ Feature 기능 개발 레이블입니다. label Jan 25, 2025
Copy link
Member

@jungseungyeo jungseungyeo left a comment

Choose a reason for hiding this comment

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

고생했어! 스크립트 파일 돌려보긴했는데 생성은 되는데 generate에서 에러가 발생하네..ㅠ

나중에 한번 확인해줘 :)

struct Umbrella {}
}

public extension TargetDependency.Modules {
Copy link
Member

Choose a reason for hiding this comment

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

[Question]이 파일을 보니깐 네트워크랑 디자인 framework가 각 모듈별로 별도로 존재하게 되는거 같은데 그렇게 설계한거 맞나요?

예를 들어
AService

  • A_Networker
  • A_DesignKit

BService

  • B_Networker
  • B_DesignKit

[Q] 이런 구조면 저 Networker 모듈 안에 하나의 Networker 모듈과 Design모듈을 각각 넣으면 될려나?
[Q] 아니면 모듈 별로 별도의 네트워크 모듈과 디자인 모듈을 생성해서 사용 하는 것을 목표로 설게 된 건가?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발 레이블입니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants