Skip to content
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

[Step1] 지하철 노선 관리 #166

Merged
merged 3 commits into from Jun 4, 2021
Merged

[Step1] 지하철 노선 관리 #166

merged 3 commits into from Jun 4, 2021

Conversation

LenKIM
Copy link

@LenKIM LenKIM commented Jun 3, 2021

안녕하세요. 리뷰어님😃

이번 우테캠Pro 에 참여하게된 김정규입니다.

이번 인수테스트 주도개발 미션 잘 부탁드리겠습니다.

마지막으로, 커밋을 나누어 작업하고자 의도했는데, REST-Assurd 를 체득하는 과정에서 Line 관련 테스트 코드를 한번에 Commit으로 작업되었습니다.

다음 단계에서는 REST-Assurd 를 조금더 체득하여, 의도적으로 기능적 커밋을 나눌수 있도록 하겠습니다.

감사합니다.

Copy link

@wheejuni wheejuni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

첫번째 과제 깔끔히 잘 진행해 주셨습니다. 👍
간단한 의견 하나 남겨보았는데 대세에 지장을 줄 만한 내용은 아니라고 판단됩니다.
수고 많으셨고, 본격적으로 과제를 진행하게 될텐데, 앞으로도 기대하겠습니다. 💯

Comment on lines +39 to +40
public ResponseEntity<LineResponse> updateLine(@PathVariable Long lineId,
@RequestBody LineRequest lineRequest
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

첫 번째 파라메터도 한줄을 강제 개행해서 작성해주셨으면 어땠을까 하는 생각은 들어요.
같은 라인에 두 파라메터 모두 위치할 수 있도록요.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

네 수정하겠습니다 : )

리뷰 감사합니다: )

@wheejuni wheejuni merged commit 905e455 into next-step:lenkim Jun 4, 2021
@LenKIM LenKIM deleted the step1 branch June 4, 2021 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants