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

🔀 :: 조금 Protocol 지향적으로 리팩토링 #40

Merged
merged 13 commits into from
Jun 2, 2023

Conversation

baekteun
Copy link
Member

@baekteun baekteun commented May 31, 2023

💡 개요

프로젝트를 전체적으로 조금만 Protocol 지향적으로 리팩토링하였습니다.

📃 작업내용

  • Presentation 레이어 POP적 리팩토링
    • BaseViewController의 메서드 Protocol 분리
  • Domain 레이어 POP적 리팩토링
    • BaseRemoteDataSource의 메서드 Protocol 분리

@baekteun baekteun added 🔨 Refactor 코드 리팩토링 2️⃣Priority: Medium 우선순위 중 labels May 31, 2023
@baekteun baekteun self-assigned this May 31, 2023
@baekteun baekteun linked an issue May 31, 2023 that may be closed by this pull request
@baekteun baekteun linked an issue May 31, 2023 that may be closed by this pull request
Copy link
Member

@kimsh153 kimsh153 left a comment

Choose a reason for hiding this comment

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

와우...

@baekteun baekteun requested review from minaje0917 and removed request for minaje0917 June 2, 2023 22:07
@baekteun baekteun merged commit 4bf75f2 into master Jun 2, 2023
@baekteun baekteun deleted the 36-protocol-oriented-code-refacotring branch June 2, 2023 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2️⃣Priority: Medium 우선순위 중 🔨 Refactor 코드 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

비동기 처리 Swift Concurrency 기반으로 변경 프로토콜 지향적으로 코드 리팩토링
2 participants