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

3주차 미션 / 서버 2조 정상현 #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Mr-Planner
Copy link

저의 구현력의 민낯을 볼 수 있었던 주차였던 것 같습니다.
거의 모든 내용이 처음이었고, 최대한 이해하려했으나 리팩토링은 enum까지 밖에 수행하지 못했습니다.
PR이후에도 계속 보면서 내용 습득 할 수 있도록 노력하겠습니다.

Copy link

@twkwon0417 twkwon0417 left a comment

Choose a reason for hiding this comment

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

구현 하신다고 고생하셨습니다.
4주차 미션도 3주차때 리팩토링 된 코드의 구조를 이해하지 못하면 따라가기 어려울 수 있습니다.
꼭 리팩토링 해보시길 권장 드립니다. 👍

path = "/index.html";
}

if(HttpMethod.GET.equals(method)) {

Choose a reason for hiding this comment

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

이렇게 비교하면 매번 false가 뜰꺼에요. Enum이 어떻게 저장, 비교 되는지 알아보시면 좋을거 같습니다.

if(isLogined) {
File userListFile = new File(Web_Folder + "/user/list.html");

if (!userListFile.exists()) {

Choose a reason for hiding this comment

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

파일이 존재하는 지 검사하는 이유가 있으신가요?
사용자 입력에 대한 검증이 아니라
File userListFile = new File(Web_Folder + "/user/list.html"); 을 따로 검증해준 이유가 있을까요?

Choose a reason for hiding this comment

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

와 Enum 👍

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