-
Notifications
You must be signed in to change notification settings - Fork 2
[FEAT/#143] 몬생긴 이모지를 교체했습니다 #160
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
Conversation
- URL에 이모지 넣으면 된다는데, 안되는 몇몇이 존재함 - 그래서 hexCode로 다운로드 하게 변경
hsw1920
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
캬 드디어 이쁜 이모지가!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.init을 사용하고 계신대요, 해당 경우에 struct의 경우에는 정적 디스패치를 보장한다고 알고 있어서 성능상 불리함이 없다고 알고 있는데, 그래도 지양해야된다고 영규님이 말씀해주셨는데 잘 이해가 안됩니당.. @youn9k 헬프
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Static Disptach로 동작해 런타임 성능에는 문제가 없지만, 컴파일 단계에서 타입 추론이 필요해 컴파일 시간이 증가하는 걸로 알고 있어요. 그래서 지양하는게 좋아보입니다ㅎㅎ
There was a problem hiding this comment.
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 | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
공백 발견
youn9k
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이모지 API가 변경되었군요! 예쁜게 많아서 좋네요ㅎㅎ
Kiyoung-Kim-57
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
와 역시!! 좋은 이미지 좋슴다!!😄😄😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
새로운 지식 알아갑니다~~~!!!
|
하지만 Lint는 고쳐주세요~~ |
🤔 배경
📃 작업 내역
✅ 리뷰 노트
🎨 스크린샷
🚀 테스트 방법