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

지속 성장 가능한 소프트웨어 - 프로젝트 도메인 #107

Open
rivkode opened this issue Jun 1, 2024 · 0 comments
Open

지속 성장 가능한 소프트웨어 - 프로젝트 도메인 #107

rivkode opened this issue Jun 1, 2024 · 0 comments

Comments

@rivkode
Copy link
Member

rivkode commented Jun 1, 2024

📌 Feature Issue

프로젝트 도메인에 대해 전체적인 아키텍처를 변경합니다.

service 클래스를 -> service 인터페이스, service 구현클래스 로 구분합니다.
객체에 대한 책임을 부여하며 service 인터페이스에서는 객체간의 흐름을 제어하기 위한 코드를 작성합니다.
비즈니스 로직을 보았을때 비즈니스의 흐름을 이해할 수 있도록 합니다.

To-do

  • []

ETC

rivkode added a commit that referenced this issue Jun 11, 2024
- repository -> infrastructure
- entity, service -> domain
- service -> application
- controller -> interfaces
rivkode added a commit that referenced this issue Jun 11, 2024
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

No branches or pull requests

1 participant