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

feat: 이미지 로드용 인터페이스를 작성해요 #18

Merged
merged 1 commit into from
Jun 29, 2024

Conversation

yaeoni
Copy link
Collaborator

@yaeoni yaeoni commented Jun 29, 2024

  • 🔀 PR 제목의 형식을 잘 작성했나요? e.g. [add] pr template
  • 🧹 불필요한 코드는 제거했나요?

작업 내용

이미지 로드용 인터페이스 작성. (일단 Mock으로 사용하기!)

비고 (첨부자료)

@yaeoni yaeoni self-assigned this Jun 29, 2024
@xonmin xonmin merged commit 66a7fa6 into master Jun 29, 2024
1 check passed
@xonmin xonmin deleted the yaeoni/image-interface branch June 29, 2024 06:59
}

@Component
class ImageUseCaseImpl(
Copy link
Member

Choose a reason for hiding this comment

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

Impl 를 suffix 로 붙이는 것을 지양하는 것으로 알고 있습니다. https://www.reddit.com/r/androiddev/comments/d05di8/do_you_use_the_impl_suffix_if_you_only_have_one/

Impl 말고 인터페이스와 구현체가 1:1 이라면 prefix 로 Default 로 네이밍 하는게 어떨까 다같이 의논했습니당

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

오우 넘 좋네요~~~ 감사하빈당

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

Successfully merging this pull request may close these issues.

2 participants