-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Fix] #146 - 컨벤션 및 세팅 수정 #147
Conversation
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.
고생하였사옵니다.
import Foundation | ||
|
||
enum StringLiterals { | ||
enum Home { | ||
static let storeCategoryFilteringButton = "종류" | ||
static let priceFilteringButton = "가격대" | ||
static let sortFilteringButton = "정렬" | ||
static let less6000 = "6000원 이하" | ||
static let more6000 = "6000~8000원" | ||
static let won = "원" | ||
} | ||
|
||
enum Alert { | ||
static let unknownError = "알 수 없는 오류가 발생했어요" | ||
static let tryAgain = "네트워크 연결 상태를 확인하고\n다시 시도해주세요" | ||
static let check = "확인" | ||
} | ||
} |
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 let sortFilteringButton = "정렬" | ||
static let less6000 = "6000원 이하" | ||
static let more6000 = "6000~8000원" | ||
static let won = "원" |
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.
p3 소인 아뢰옵기 황송하오나, 이러한 정말 고정적인 내용은 아예 Common으로 빼는것이 어떻겠나이까. 소인도 이러한 문자를 사용해야하옵니다.
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.
소인이 읽기로는 enum Home 말고 enum Common 과 같은 걸로 빼달라는 이야기 같소이다.
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 let sortFilteringButton = "정렬" | ||
static let less6000 = "6000원 이하" | ||
static let more6000 = "6000~8000원" | ||
static let won = "원" |
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.
소인이 읽기로는 enum Home 말고 enum Common 과 같은 걸로 빼달라는 이야기 같소이다.
🔥 Pull requests
👷 작업한 내용
🖥️ 주요 코드 설명
UIView+
✅ Check List
📟 관련 이슈