Skip to content

코드리뷰에 따라 코드 수정#87

Merged
crongro merged 1 commit intocode-squad:Soorealbutnicefrom
soojinroh:step2
Apr 9, 2019
Merged

코드리뷰에 따라 코드 수정#87
crongro merged 1 commit intocode-squad:Soorealbutnicefrom
soojinroh:step2

Conversation

@soojinroh
Copy link
Copy Markdown

Michelle & 수리

  1. Math.pow를 중복해서 호출 사용하던 것을 const{pow} = Math 로 비구조화할당하여 사용하는 것으로 수정하였습니다.
  2. 원기둥을 구하는 함수 cylinderArea()에서 원의 넓이를 구하는데 circleArea() 함수를 재사용하는 것으로 수정하였습니다.

1. Math.pow를 중복해서 호출 사용하던 것을 const{pow} = Math 로 비구조화할당하여 사용하는 것으로 수정하였습니다.
2. 원기둥을 구하는 함수 cylinderArea()에서 원의 넓이를 구하는데 circleArea() 함수를 재사용하는 것으로 수정하였습니다.
Copy link
Copy Markdown
Contributor

@crongro crongro left a comment

Choose a reason for hiding this comment

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

좋습니다!
step2-2는 브랜치명도 step2-2로 해서 시작해보세요!!

@crongro crongro merged commit 753e474 into code-squad:Soorealbutnice Apr 9, 2019
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.

3 participants