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

[MVC 구현하기 - 3단계] 레넌(조형래) 미션 제출합니다. #304

Merged
merged 5 commits into from
Sep 29, 2022

Conversation

brorae
Copy link

@brorae brorae commented Sep 27, 2022

안녕하세요 헌치~
1,2 단계 리뷰 감사드려요
마지막 3단계도 잘 부탁드리겠습니다 !!

Copy link

@BETTERFUTURE4 BETTERFUTURE4 left a comment

Choose a reason for hiding this comment

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

안녕하세요 레넌!
이번 미션도 구현 잘 해주셔서 많이 배웠습니다😎
커밋 기록도 깔끔히 분리해 주셔서 보기 편했어요!

요구사항은 모두 잘 반영된 것 같아 머지할까 했는데요.
레넌이 추가 리팩터링을 하고 싶은 부분이 생길 수도 있으니
확인 후 5시 반 쯤 머지하려 해요! 수고하셨습니다!👍

Comment on lines +28 to +32
model.put("hi", "hi");
jsonView.render(model, request, response);

verify(writer).write("\"hi\"");
}

Choose a reason for hiding this comment

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

제가 이해한 레벨3 요구사항은

데이터가 1개일 때
verify(writer).write("{\"key\":\"value\"}"); 형태로,
데이터가 2개 이상일 땐
verify(writer).write("{\"obj1\":{}, \"obj2\":{}"); 형태로!

즉, Json의 기본 형태로 출력하는 뜻이지 않을까 생각했어요!

하지만 요구사항이 명확하게 설명되지 않은 면도 있고, 나만의 MVC를 구현하는 만큼 레넌이 구현한 방향도 가능할 것 같아요.😉

@BETTERFUTURE4 BETTERFUTURE4 merged commit f555a75 into woowacourse:brorae Sep 29, 2022
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.

2 participants