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

코드 일관성 맞추기 #43

Open
3 tasks
ori0o0p opened this issue Nov 30, 2024 · 0 comments
Open
3 tasks

코드 일관성 맞추기 #43

ori0o0p opened this issue Nov 30, 2024 · 0 comments
Assignees
Labels
priority: low 낮은 우선순위의 작업. refactor 코드 리팩터링 작업. status: todo 작업 예정 상태.

Comments

@ori0o0p
Copy link
Member

ori0o0p commented Nov 30, 2024

목적

코드의 일관성을 맞춥니다.


요구사항

  1. 바운디드 컨텍스트 올바르게 나누기.
  2. 바운디드 컨텍스트 경계 명확하게 분리하기.
  3. 계층별 책임 올바르게 분리하기. Ex) application 계층에서 Entity 클래스 참조를 허용하지 않습니다.
  4. 스프링 멀티 모듈 고려하기. Why? 의존성 분리를 쉽게 이뤄낼 수 있다.

작업 세부사항

현재 작업이 정의되지 않았습니다.

  • 작업 1
  • 작업 2
  • 작업 3

예상 완료 날짜

2024년 12월 25일


참고 자료

  • 파운더즈
    이전에 진행했던 프로젝트입니다. 바운디드 컨텍스트, 계층별 책임을 나누려고 노력했습니다...

작업 브랜치

git fetch origin
git checkout 43-unify-consistency
@ori0o0p ori0o0p added refactor 코드 리팩터링 작업. priority: low 낮은 우선순위의 작업. status: todo 작업 예정 상태. labels Nov 30, 2024
@ori0o0p ori0o0p self-assigned this Nov 30, 2024
@ori0o0p ori0o0p added priority: low 낮은 우선순위의 작업. status: todo 작업 예정 상태. and removed priority: low 낮은 우선순위의 작업. status: todo 작업 예정 상태. labels Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: low 낮은 우선순위의 작업. refactor 코드 리팩터링 작업. status: todo 작업 예정 상태.
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant