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

refactor: 스트리밍 핸들러를 리팩터링합니다. #110

Open
kor-Chipmunk opened this issue Mar 15, 2024 · 0 comments
Open

refactor: 스트리밍 핸들러를 리팩터링합니다. #110

kor-Chipmunk opened this issue Mar 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kor-Chipmunk
Copy link
Collaborator

요약 (Summary)

스트리밍 핸들러를 객체지향 디자인 패턴에 맞게 리팩터링합니다.

배경 (Background)

StreamingHandler 에 모든 로직이 담겨 있습니다.
이를 객체지향적으로 분리하여, 파악하기 쉬운 코드로 리팩터링할 필요성을 느꼈습니다.

목표 (Goals)

  • StreamingHandler 에 구체적인 이름 명시, Handling 역할만 수행하기
  • Command 패턴으로 핸들러에서의 비즈니스 로직 분리
  • 순서가 보장된 네트워크 I/O 호출을 한 메소드로 묶기

목표가 아닌 것 (Non-Goals)

  • 성능 개선

계획 (Plan)

  • 직접 String 으로 분기처리하지 않고, 객체로 처리
  • Command 패턴으로 비즈니스 로직 클래스단으로 분리
  • 네트워크 호출을 하는 로직과 보장된 순서 로직을 분리

이외 고려 사항들 (Other Considerations)

No response

마일스톤 (Milestones)

3월 둘 째 주 리팩터링 기간

@kor-Chipmunk kor-Chipmunk added the enhancement New feature or request label Mar 15, 2024
@kor-Chipmunk kor-Chipmunk self-assigned this Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant