-
Notifications
You must be signed in to change notification settings - Fork 101
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(member): remove gender #750
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문의 "api/members"
파일 경로도 챙겨 주셔서 감사합니다 👍
export * from "./members"; | ||
export * from "./recruitments"; |
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.
a: import문을 정리해 주셨군요 🙇♂️
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.
코드에 이상 없고 로컬에서 실행해 봤을 때도 문제 없는 것 확인했습니다.
고생하셨습니다 👍👍
birthday = createLocalDate(2020, 1, 1), | ||
password = Password("password") | ||
password = Password("password"), |
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.
코틀린의 버전이 특정 버전 이상이 되면 Ktlint에서 이를 기본 코딩 규칙으로 사용하더라고요. 미리 사용해 보고 있어요!
https://kotlinlang.org/docs/coding-conventions.html#trailing-commas
Resolves #739
해결하려는 문제가 무엇인가요?
어떻게 해결했나요?
어떤 부분에 집중하여 리뷰해야 할까요?
참고 자료
RCA 룰
r: 꼭 반영해 주세요. 적극적으로 고려해 주세요. (Request changes)
c: 웬만하면 반영해 주세요. (Comment)
a: 반영해도 좋고 넘어가도 좋습니다. 그냥 사소한 의견입니다. (Approve)