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

[재호] WEEK 07 Solutions #481

Merged
merged 9 commits into from
Sep 28, 2024
Merged

[재호] WEEK 07 Solutions #481

merged 9 commits into from
Sep 28, 2024

Conversation

wogha95
Copy link
Contributor

@wogha95 wogha95 commented Sep 22, 2024

답안 제출 문제

체크 리스트

  • PR을 프로젝트에 추가하고 Week를 현재 주차로 설정해주세요.
  • 바로 앞에 PR을 열어주신 분을 코드 검토자로 지정해주세요.
  • 문제를 모두 푸시면 프로젝트에서 Status를 In Review로 설정해주세요.
  • 코드 검토자 1분 이상으로부터 승인을 받으셨다면 PR을 병합해주세요.

@wogha95 wogha95 added the js label Sep 22, 2024
@wogha95 wogha95 self-assigned this Sep 22, 2024
@wogha95 wogha95 marked this pull request as ready for review September 28, 2024 00:03
@wogha95 wogha95 requested a review from a team as a code owner September 28, 2024 00:03
Copy link
Contributor

@HC-kang HC-kang left a comment

Choose a reason for hiding this comment

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

@wogha95 님 이번 한 주도 고생 많으셨습니다!

@@ -0,0 +1,69 @@
/**
* 2차
* Tony님 풀이 참고해서 SC 개선
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

}

// 3. 특정 좌표의 가로, 세로를 char문자로 변경 (대신 0인 요소는 변경하지 않음)
function changeToChar(row, column, char) {
Copy link
Contributor

Choose a reason for hiding this comment

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

중요한 쟁점은 아니지만, char를 굳이 파라미터로 넘기신 이유가 있으실까요?
ROW, COLUMN 처럼 함수 내 전역으로 사용한다면 더 통일감있지 않았을까 하는 생각이 들어서요.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Mark 상수 만들어 코드 개선하였습니다!
리뷰 감사합니다~!!

@wogha95 wogha95 merged commit 07b18e7 into DaleStudy:main Sep 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

2 participants