-
Notifications
You must be signed in to change notification settings - Fork 0
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/week6]: 6주차 필수과제 제출합니다 #14
base: develop
Are you sure you want to change the base?
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.
상태 관리를 참 잘하시네요.. 매번 코드보고 좋은 부분 배워갑니다 👏
const val ID_MAX_LENGTH = 10 | ||
const val PW_MIN_LENGTH = 8 | ||
const val PW_MAX_LENGTH = 12 | ||
private fun validateField( |
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.
UI 상태 관리를 직관적으로 잘 나타내신 듯 합니다 굳굳...
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.
이번 과제도 수고하셨습니다!!
const val ID_MAX_LENGTH = 10 | ||
const val PW_MIN_LENGTH = 8 | ||
const val PW_MAX_LENGTH = 12 | ||
private fun validateField( |
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.
이런 식으로 표현할 수도 있군요.. 코드 보면서 배우는 재미가 있습니당
📸 스크린샷
Screen_Recording_20231208-140222_001.mp4
🍀 두런두런