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

#305 [Refactor] 기존 domain에 있는 Rule -> BaseRule, MainRule -> Rule 로 네이밍 변경 #307

Merged
merged 6 commits into from
Sep 4, 2023

Conversation

murjune
Copy link
Member

@murjune murjune commented Aug 23, 2023

관련 이슈

작업한 내용

  • todo와 rule에서 공통으로 사용하는 Rule model을 BaseRule로 네이밍 수정하였습니다
  • domain과 data에서 MainRule 네이밍이 붙은 부분 모두 Rule로 수정

PR 포인트

  • 왜 갑자기 Rule -> BaseRule로 네이밍을 수정했는지 설명드리겠습니다.
  1. 모든 rule, todo model에서 Base로 사용하고 있고, 추후에도 변경될 것 같지 않겠다는 생각이 들어 BaseRule로 네이밍하는 것이 적절하다 생각이 들었습니다.
  2. MainRule 을 Rule로 네이밍 수정하고 싶어서 ㅎ ㅎ...
  • MainRule -> Rule 로 변경한 이유

대표Rule을 get하는 api와 MainRule을 get하는 api가 거의 일치하기 때문에 app에서 그냥 GetMainRuleUsecase를 사용할 계획입니다.
그런데, 대표룰 ViewModel에서 GetMainRuleUsecase 을 불러와 사용한다는 것이 조금 꺼름직해서 기존의 GetMainRuleUsecase를 GetRuleUsecase로 네이밍을 변경하였습니다!

@murjune murjune added 준원🐻 준원이가 작업함! refactor 내부 로직은 변경 하지 않고 기존의 코드를 개선하는 리팩토링 시 Pull Request🔥 풀리퀘 날림! labels Aug 23, 2023
@murjune murjune requested review from KWY0218 and 2zerozu August 23, 2023 13:10
@murjune murjune self-assigned this Aug 23, 2023
@murjune murjune changed the title Feature/#305 fetch representation rule api usecase #305 [Refactor] 기존 domain에 있는 Rule -> BaseRule, MainRule -> Rule 로 네이밍 변경 Aug 23, 2023
Copy link
Member

@KWY0218 KWY0218 left a comment

Choose a reason for hiding this comment

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

좋습니다 ~ ! 👍

Copy link
Contributor

@2zerozu 2zerozu left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 ~

@murjune murjune merged commit bb3e1ca into develop Sep 4, 2023
1 check passed
@2zerozu 2zerozu deleted the feature/#305-fetch-representation-rule-api-usecase branch September 7, 2023 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pull Request🔥 풀리퀘 날림! refactor 내부 로직은 변경 하지 않고 기존의 코드를 개선하는 리팩토링 시 준원🐻 준원이가 작업함!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 대표 룰 불러오기 api, usecase
3 participants