-
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
[UI/#202] 마이페이지 뷰 / UI 수정 #205
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.
가독성이 너무너무 좋아용 ㅎㅎ 수고하셨씁니다~~~!
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 바뀐걸 벌써 반영하다니,, 너무 고생하셨습니다닷
UserProfile( | ||
name = name, | ||
profile = profile, | ||
onEditClick = { onEditClick() } |
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.
이렇게 람다 형식으로 함수를 넘기는 이유가 있을까요??
람다가 새로운 객체를 생성하는 개념이라, 굳이 필요가 없는 경우엔 사용하지 않는게 좋을 것 같아요~
onEditClick = { onEditClick() } | |
onEditClick = onEditClick |
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.
와웅 수고하셨습니당~~~
⛳️ Work Description
📸 Screenshot
Screen_Recording_20240827_024123_Terning-Android.mp4
📢 To Reviewers