Skip to content

Conversation

@0Hooni
Copy link
Collaborator

@0Hooni 0Hooni commented Dec 1, 2024

🤔 배경

  • 기본으로 쓰던 이모지가 너무 몬생겼었습니다

📃 작업 내역

  • 이모지 API를 변경했습니다

✅ 리뷰 노트

  • 이모지 관련 DTO, Entity가 일부 수정되었습니다.
  • StickerEntity에서 url을 보내던 방식을 유지할 수 있게 하였습니다.

🎨 스크린샷

이모지 리스트 변경

🚀 테스트 방법

@0Hooni 0Hooni added the ⚙️ refactor 코드 정상화 label Dec 1, 2024
@0Hooni 0Hooni self-assigned this Dec 1, 2024
@0Hooni 0Hooni linked an issue Dec 1, 2024 that may be closed by this pull request
1 task
Copy link
Collaborator

@hsw1920 hsw1920 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
Collaborator

Choose a reason for hiding this comment

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

.init을 사용하고 계신대요, 해당 경우에 struct의 경우에는 정적 디스패치를 보장한다고 알고 있어서 성능상 불리함이 없다고 알고 있는데, 그래도 지양해야된다고 영규님이 말씀해주셨는데 잘 이해가 안됩니당.. @youn9k 헬프

Copy link
Member

Choose a reason for hiding this comment

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

Static Disptach로 동작해 런타임 성능에는 문제가 없지만, 컴파일 단계에서 타입 추론이 필요해 컴파일 시간이 증가하는 걸로 알고 있어요. 그래서 지양하는게 좋아보입니다ㅎㅎ

Copy link
Member

Choose a reason for hiding this comment

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

새로운 지식 알아갑니다~~~!!!

var baseURL: URL { URL(string: "https://api.api-ninjas.com")! }
var path: String { "v1/emoji" }
let group: EmojiGroup

Copy link
Collaborator

Choose a reason for hiding this comment

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

공백 발견

Copy link
Member

@youn9k youn9k left a comment

Choose a reason for hiding this comment

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

이모지 API가 변경되었군요! 예쁜게 많아서 좋네요ㅎㅎ

Copy link
Member

@Kiyoung-Kim-57 Kiyoung-Kim-57 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
Member

Choose a reason for hiding this comment

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

새로운 지식 알아갑니다~~~!!!

@Kiyoung-Kim-57
Copy link
Member

하지만 Lint는 고쳐주세요~~

@0Hooni 0Hooni merged commit d0637a9 into develop Dec 2, 2024
1 check failed
@0Hooni 0Hooni deleted the feat/#143-get-out-ugly-emoji branch December 2, 2024 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⚙️ refactor 코드 정상화

Projects

None yet

Development

Successfully merging this pull request may close these issues.

몬생긴 스티커들을 수정하기

5 participants